fun Logger.debug(s: () -> String) { if (isD...
# announcements
o
fun Logger.debug(s: () -> String) { if (isDebugEnabled) debug(s.invoke()) }