Skip to content

Releases: Kitura/LoggerAPI

Swift 4.x no longer supported

06 Jul 16:17
4e6b45e
Compare
Choose a tag to compare

Swift 5.1 is now the minimum supported version.

1.9.0

06 Jun 12:55
3357dd9
Compare
Choose a tag to compare

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 and Log.swiftLogger is now thread-safe (#47)

1.8.1

04 Apr 11:18
e29073b
Compare
Choose a tag to compare
  • Support Swift 5

1.8.0

26 Nov 16:34
d0ccb41
Compare
Choose a tag to compare
  • Add support for building with Swift 5 (#41)
  • Drop support for Swift 3.

Note: if you require Swift 3 support, please continue to use the 1.7 release of LoggerAPI.

1.7.3

27 Feb 16:53
5041f26
Compare
Choose a tag to compare
  • Support Swift 4.1

1.7.1

31 Aug 15:45
Compare
Choose a tag to compare

What's New

  • Add support for Swift 4

0.10.0

08 Aug 08:48
Compare
Choose a tag to compare
0.10.0 Pre-release
Pre-release

New isLogging() API to check current log level

0.9.0

29 Jul 11:11
Compare
Choose a tag to compare
0.9.0 Pre-release
Pre-release

Updates to low level APIs to make the code more Swifty

0.5.0

17 Apr 19:08
Compare
Choose a tag to compare
0.5.0 Pre-release
Pre-release
IBM-Swift/Kitura#361 Omitted more external names

v0.3.0

17 Apr 19:08
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release
Using #file instead of __FILE__ and #function instead of __FUNCTION__