Skip to content

debug

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

DEBUG logs are intended for troubleshooting and are typically disabled in production.

zylog.debug('Cache size:', cache.size);