Releases: Electrode-iOS/ELLog
Releases · Electrode-iOS/ELLog
v5.0.1
v4.0.2
- Use default settings for bitcode
v4.0.1
- Log levels were incorrect. Info should not be more permissive than Debug.
v4.0.0
- Removed
LogCrashlyticsDestination
class.LogCrashlyticsDestination
is not built as part of the ELLog target because it would create a dependency on Crashlytics. Since using this file requires a user to manually add it to their project, as well as install Crashlytics, the file is being removed from ELLog entirely.
v3.0.0
- Migrate to Swift 3
- Remove conformance to BooleanType, since it does not exist anymore.
- Make
LogConsoleDestination
andLogTextfileDestination
concrete.
v2.1.0
- Add support for Xcode 8, Swift 2.3, and iOS SDK 10
v2.0.4
- Disable
EMBEDDED_CONTENT_CONTAINS_SWIFT
build configuration. Frameworks are not allowed to have this enabled when submitting to Apple.
v2.0.3
v2.0.1
- Removed redundant
LogDestinationProtocol
conformace already implemented inLogDestinationBase
v1.0.0
- Namespaced all log levels with "EL".
- Removed unneccessary framework from unit tests
- Renamed
removeAllDestionations
toremoveAllDestinations
- Updated to allow ELLog and THGLog to coexist
- Added ability to enable/disable a given logger instance.
- Shuffled up log level to use description instead of debugDescription.