Releases: lightyear/Logger
Releases · lightyear/Logger
0.12
Made Logger.Level
conform to Equatable
and Comparable
so that custom sinks can easily filter out messages below a configured level.
0.11
- Swift 5.x updates
- Converted to a Swift package
0.10
- Development is now targeting Xcode 10 and Swift 4.2.
- Added the
.fatal
log level.
- Added documentation comments.
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.