Releases: kosi-libs/Canard
Releases · kosi-libs/Canard
0.9.0
0.8.0
- Introducing Log Mappers, to manipulate message strings
LoggerFactory
is no longer an interface, but can be used to create a newLoggerFactory
by addingLogFrontend
,LogFilter
and/orLogMapper
.
0.7.0
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
- Kotlin 1.4.10
Logger.Level.VERBOSE
becomesLogger.Level.DEBUG
&Logger.verbose
becomesLogger.debug
.- Frontend package shorteners:
LogFrontend.withShortPackageKeepLast
&LogFrontend.withShortPackageShortenFirst
- Minimum level filter with the
minimumLevel
function
0.5.0
- Kotlin 1.4
- Use functional interfaces rather than function types