Skip to content

Releases: lightyear/Logger

0.12

23 Dec 22:55
Compare
Choose a tag to compare

Made Logger.Level conform to Equatable and Comparable so that custom sinks can easily filter out messages below a configured level.

0.11

04 Jul 02:23
Compare
Choose a tag to compare
  • Swift 5.x updates
  • Converted to a Swift package

0.10

04 Jul 01:29
Compare
Choose a tag to compare
  • Development is now targeting Xcode 10 and Swift 4.2.
  • Added the .fatal log level.
  • Added documentation comments.

0.9

15 Apr 16:26
Compare
Choose a tag to compare
0.9

Initial release tag for use from Carthage. The API is simple and I don't anticipate it changing, but I'm waiting to use it in an app for a little while and make sure I didn't forget anything important.