Enumeration eLoggingSeverityConst

Enumeration Members

Enumeration Members

CRITICAL: 1

Error will be sent as internal telemetry

DEBUG: 3

The Error will NOT be sent as an internal telemetry, and will only be shown in the browser console if the logging level allows it.

DISABLED: 0

No Logging will be enabled

WARNING: 2

Error will NOT be sent as internal telemetry, and will only be shown in browser console

Generated using TypeDoc