Skip to content

Releases: kosi-libs/Canard

0.8.0

23 Dec 10:26
Compare
Choose a tag to compare
  • Introducing Log Mappers, to manipulate message strings
  • LoggerFactory is no longer an interface, but can be used to create a new LoggerFactory by adding LogFrontend, LogFilter and/or LogMapper.

0.7.0

19 Nov 16:23
Compare
Choose a tag to compare

Entry now contains an instant of the time when it was created.
On supported platforms, this instant is managed by KotinX.DateTime.

0.6.0

22 Oct 14:48
Compare
Choose a tag to compare
  • Kotlin 1.4.10
  • Logger.Level.VERBOSE becomes Logger.Level.DEBUG & Logger.verbose becomes Logger.debug.
  • Frontend package shorteners: LogFrontend.withShortPackageKeepLast & LogFrontend.withShortPackageShortenFirst
  • Minimum level filter with the minimumLevel function

0.5.0

19 Aug 09:06
Compare
Choose a tag to compare
  • Kotlin 1.4
  • Use functional interfaces rather than function types