trace
Signature
Section titled “Signature”trace(...params: unknown[]): voidDescription
Section titled “Description”TRACE is the most verbose log level, typically used for detailed internal state during development.
Example
Section titled “Example”zylog.trace('Entering function', { id: 123 });