sLog

suspend fun <ERROR CLASS>.sLog(    level: <ERROR CLASS>,     message: String,     throwable: Throwable? = null,     meta: Map<String, Any?> = emptyMap(),     context: <ERROR CLASS>? = null)
suspend fun <ERROR CLASS>.sLog(level: <ERROR CLASS>, log: <ERROR CLASS>.() -> String)