Companion
object Companion
Functions
Link copied to clipboard
inline operator fun invoke(crossinline logger: (message: String?, e: Throwable?) -> Unit): SimpleLogger
operator fun invoke(logger: (priority: SimpleLogger.LogPriority, message: String?, e: Throwable?) -> Unit): SimpleLogger