TRACE_VALUE

val TRACE_VALUE: Int = 100
## Trace

Trace-level logging is typically used to show the path that code takes during execution; it is often considered the
"finest" or "highest-grain" logging level.
TRACE = 100;