corda / net.corda.core.utilities / org.slf4j.Logger

Extensions for org.slf4j.Logger

debug

Log a DEBUG level message produced by evaluating the given lamdba, but only if DEBUG logging is enabled.

fun Logger.debug(msg: () -> String): Unit

trace

Log a TRACE level message produced by evaluating the given lamdba, but only if TRACE logging is enabled.

fun Logger.trace(msg: () -> String): Unit