trace

inline fun Logger.trace(message: () -> String)

Check isTraceEnabled flag before logging to save some memory allocations.