Properties

Properties

level?: boolean | LogLevel

Change 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.

Note

To debug production code without modifying it you can use a special query parameter called !cb-override-log-level to override this configuration.

on: ((level, args) => void)

Intercept,redefine or redirect any log If you clear args you intercept the log and nothing happen more after this call.

Type declaration

    • (level, args): void
    • Intercept,redefine or redirect any log If you clear args you intercept the log and nothing happen more after this call.

      Parameters

      Returns void

Param: type

log level

Param: args

args

Returns

Generated using TypeDoc