powered by
Emit a TRACE level log message.
TRACE
logger.trace(msg, ...)
No return value. Called for side effects.
Message with optional format strings.
Additional arguments passed to sprintf() formatting.
sprintf()
Logging must first be initialized with logger.setup().
logger.setup()