Package kr.jadekim.logger.coroutine

Functions

Link copied to clipboard
suspend fun <ERROR CLASS>.sDebug(body: <ERROR CLASS>.() -> String)
suspend fun <ERROR CLASS>.sDebug(    message: String,     throwable: Throwable? = null,     meta: Map<String, Any?> = emptyMap())
Link copied to clipboard
suspend fun <ERROR CLASS>.sError(body: <ERROR CLASS>.() -> String)
suspend fun <ERROR CLASS>.sError(    message: String,     throwable: Throwable? = null,     meta: Map<String, Any?> = emptyMap())
Link copied to clipboard
suspend fun <ERROR CLASS>.sFetal(body: <ERROR CLASS>.() -> String)
suspend fun <ERROR CLASS>.sFetal(    message: String,     throwable: Throwable? = null,     meta: Map<String, Any?> = emptyMap())
Link copied to clipboard
suspend fun <ERROR CLASS>.sInfo(body: <ERROR CLASS>.() -> String)
suspend fun <ERROR CLASS>.sInfo(    message: String,     throwable: Throwable? = null,     meta: Map<String, Any?> = emptyMap())
Link copied to clipboard
suspend fun <ERROR CLASS>.sLog(level: <ERROR CLASS>, log: <ERROR CLASS>.() -> String)
suspend fun <ERROR CLASS>.sLog(    level: <ERROR CLASS>,     message: String,     throwable: Throwable? = null,     meta: Map<String, Any?> = emptyMap(),     context: <ERROR CLASS>? = null)
Link copied to clipboard
suspend fun <ERROR CLASS>.sTrace(body: <ERROR CLASS>.() -> String)
suspend fun <ERROR CLASS>.sTrace(    message: String,     throwable: Throwable? = null,     meta: Map<String, Any?> = emptyMap())
Link copied to clipboard
suspend fun <ERROR CLASS>.sWarning(body: <ERROR CLASS>.() -> String)
suspend fun <ERROR CLASS>.sWarning(    message: String,     throwable: Throwable? = null,     meta: Map<String, Any?> = emptyMap())