corda / net.corda.core.utilities / trace

trace

inline fun <ERROR CLASS>.trace(msg: () -> String): Unit

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