UNPKG

ng2-appinsights

Version:
14 lines (13 loc) 207 B
/** * Severity Level Constants * * @export * @enum {number} */ export declare enum SeverityLevel { Verbose = 0, Information = 1, Warning = 2, Error = 3, Critical = 4, }