debug
Signature
Section titled “Signature”debug(...params: unknown[]): voidDescription
Section titled “Description”DEBUG logs are intended for troubleshooting and are typically disabled in production.
Example
Section titled “Example”zylog.debug('Cache size:', cache.size);