Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration AlertLevel

Alerting levels are stacked, with a chosen alerting level also triggering all levels below it; choosing an alerting level of ERROR will cause both ERROR & CRITICAL output to be sent to the alert system; choosing CRITICAL will only output CRITICAL errors to the alert system. They are arranged this way to allow additional items to be added if required.

Index

Enumeration members

Enumeration members

CRITICAL

CRITICAL: = 0

Critical alert level.

ERROR

ERROR:

Error level. Includes CRITICAL level.

Generated using TypeDoc