Optional
levelChange log level, default log level is LogLevel.INFO,
Boolean can be user to lets pass all the logs with true
or disables all the logs with false
.
To debug production code without modifying it you can use a special query parameter called !cb-override-log-level to override this configuration.
Intercept,redefine or redirect any log If you clear args you intercept the log and nothing happen more after this call.
args
Generated using TypeDoc
Log interface to deal with log everywhere:
You have 4 LogLevel 'error','warn','info',and 'debug', as commonly managed by browsers. You can use ILog.level or ILog.on to customer log level and behavior.
Example