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
inline operator fun invoke(identity: String?, crossinline logger: (message: String?, e: Throwable?) -> Unit): SimpleLogger