debug

inline fun Logger.debug(message: () -> String)(source)

Check isDebugEnabled flag before logging to save some memory allocations.

Report a problem