Releases: Kitura/LoggerAPI
Releases · Kitura/LoggerAPI
Swift 4.x no longer supported
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.logger
andLog.swiftLogger
is 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
v0.3.0
Using #file instead of __FILE__ and #function instead of __FUNCTION__