Overview
LogLevel type represents the available log levels for controlling debug output verbosity. The code snippet below shows how to use theLogLevel type to create a log level object.
JavaScript
Properties
The logger respects both the
enableDebug flag and logLevel setting.
Messages are only output when debug mode is enabled AND the message level
meets or exceeds the configured log level.