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

debug

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

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