Skip to content

Releases: Electrode-iOS/ELLog

v5.0.1

17 May 17:48
Compare
Choose a tag to compare
  • Update to Xode 9.3 recommended project settings

v4.0.2

31 Aug 13:41
Compare
Choose a tag to compare
  • Use default settings for bitcode

v4.0.1

02 Jun 15:05
Compare
Choose a tag to compare
  • Log levels were incorrect. Info should not be more permissive than Debug.

v4.0.0

09 Jan 17:49
Compare
Choose a tag to compare
  • 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

14 Nov 19:48
Compare
Choose a tag to compare
  • Migrate to Swift 3
    • Remove conformance to BooleanType, since it does not exist anymore.
    • Make LogConsoleDestination and LogTextfileDestination concrete.

v2.1.0

14 Sep 20:43
Compare
Choose a tag to compare
  • Add support for Xcode 8, Swift 2.3, and iOS SDK 10

v2.0.4

13 Sep 18:15
Compare
Choose a tag to compare
  • Disable EMBEDDED_CONTENT_CONTAINS_SWIFT build configuration. Frameworks are not allowed to have this enabled when submitting to Apple.

v2.0.3

15 Jun 18:08
Compare
Choose a tag to compare
  • Fixed issue with a call to NSLog crashing.
  • Workaround for a Swift 2.2 bug where a framework that isn't imported in a file causes ambiguity errors.

v2.0.1

10 Jun 16:16
Compare
Choose a tag to compare
  • Removed redundant LogDestinationProtocol conformace already implemented in LogDestinationBase

v1.0.0

05 Feb 17:25
Compare
Choose a tag to compare
  • Namespaced all log levels with "EL".
  • Removed unneccessary framework from unit tests
  • Renamed removeAllDestionations to removeAllDestinations
  • 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.