Adds new log level, TRACE, enabled via --log-level trace. Tracing will record all function enter and exit events, as well as the parameters that were passed to the function. There is a mechanism to skip tracing of some functions (like simple lookup functions that would spam the log).
Adds new log level,
TRACE
, enabled via--log-level trace
. Tracing will record all function enter and exit events, as well as the parameters that were passed to the function. There is a mechanism to skip tracing of some functions (like simple lookup functions that would spam the log).