debug

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

Check isDebugEnabled flag before logging to save some memory allocations.

Report a problem