Logger

fun interface Logger

State machine uses this interface to support internal logging on different platforms

Functions

Link copied to clipboard
abstract suspend fun log(lazyMessage: () -> String)

Message is lazy for performance reasons