Skip to content

trace

trace(...params: unknown[]): void

TRACE is the most verbose log level, typically used for detailed internal state during development.

zylog.trace('Entering function', { id: 123 });