trace

fun StoreLogger.trace(tag: String? = null, message: () -> String)

Shorthand for log with StoreLogLevel.Trace as the log level.