Releases: Kitura/LoggerAPI
Releases · Kitura/LoggerAPI
2.1.0 - Update deployment versions & switch to SwiftlyLogging
Enhancements
- Updating minimum deployment versions to be more compatible with current tooling
- iOS - "12.0"
- OSX - "11.0"
- tvOS - "12.0"
- watchOS - "8.0"
- Updated Swift Version to 5.8
- Switched from
Loggingpod toSwiftlyLoggingpod- Same code, just updated podspecs and continuing cocoapod support (for now)
Swift 4.x no longer supported
Swift 5.1 is now the minimum supported version.
1.9.0
New features:
- feat: Adopt swift-log (#47)
It is now possible to direct LoggerAPI log messages to a Logging.Logger provided by swift-log, instead of or in addition to an existing LoggerAPI.Logger.
LoggerAPI now depends upon swift-log in order to provide this facility. This does not change the behavior of existing applications.
Fixes:
- access to
Log.loggerandLog.swiftLoggeris now thread-safe (#47)
1.8.1
1.8.0
1.7.3
1.7.1
What's New
- Add support for Swift 4
0.10.0
New isLogging() API to check current log level
0.9.0
Updates to low level APIs to make the code more Swifty
0.5.0
IBM-Swift/Kitura#361 Omitted more external names