Skip to content

Release 1.7.0 (6)

Latest
Compare
Choose a tag to compare
@chRyNaN chRyNaN released this 12 Sep 21:51
  • Created message builder Logger extensions: `Log.debug { "Debug Message" }
  • Updated Loggable to be a functional interface
  • Updated to new Kotlin Native memory model
  • Renamed SimplePrintLineLogger to PrintLineLogger
  • Created AsyncLogger
  • Updated Logger implementations to be responsible for deciding whether to log based on the Logger.isEnabled property
  • Updated Logger implementations to default Logger.isEnabled to false to avoid accidental production logging
  • Added logger-ktor-client module for easy interoperability with the ktor-client logging plugin
  • Added the Log.logValues Flow property

Full Changelog: 1.6.0...1.7.0