silent
Signature
Section titled “Signature”get silent(): booleanset silent(value: boolean)Description
Section titled “Description”When silent is enabled (true), no logs will be emitted regardless of the active log level.
Example
Section titled “Example”zylog.silent = true;zylog.info('This will not be shown');