The delegate is the default log4j2 Logger, and a c...
# announcements
r
The delegate is the default log4j2 Logger, and a call to
logger.trace { "foo" }
calls the deprecated
void trace(MessageSupplier var1)
in the delegate rather than the
inline fun <R : Any?> trace(block: () -> R): R
in the derived type