log

suspend fun log(logMessage: LogMessage)(source)
suspend fun log(strategy: LoggingStrategy, block: LogMessageDSL.() -> Unit)(source)
suspend fun log(strategy: LoggingStrategy, logToConsole: Boolean, vararg content: Any)(source)

Deprecated

Use v4 instead

Replace with

mtctx.lumina.v4.Lumina::log