The various log level to control how much logging is done by the SDK.

Enumeration Members

Enumeration Members

DEBUG: 4

Used when attempting to diagnose a specific problem. This is the log level used by the default logger.

Note: Many browsers have built in options to control log visibility. Thus while debugging is enabled, it may be necessary to alter your browsers default configuration settings.

ERROR: 1

Used for unexpected conditions where recovery is not possible.

INFO: 3

Used for routine messages that happen during the course of ordinary operation.

OFF: 0

Used to completely disable logging, not recommended.

WARN: 2

Used for unexpected conditions where recovery may be possible.

Generated using TypeDoc