operator inline fun invoke(crossinline logger: (message: String?, e: Throwable?) -> Unit): SimpleLoggeroperator inline fun invoke(identity: String?, crossinline logger: (message: String?, e: Throwable?) -> Unit): SimpleLoggeroperator fun invoke(logger: (priority: LogPriority, message: String?, e: Throwable?) -> Unit): SimpleLogger