level
Signature
Section titled “Signature”get level(): ZylogLevelset level(level: ZylogLevel)Description
Section titled “Description”Logs with a severity below the current level will be ignored. This is a shorthand for updating the level property within the config object.
Example
Section titled “Example”zylog.level = 'debug';zylog.debug('This will now be logged');