Enumeration LogLevel

Source
Expand description

Defines the severity levels for log entries.

Enumeration Members§

§

ALERT = 700

A person must take an action immediately.

§

CRITICAL = 600

Critical events cause more severe problems or outages.

§

DEBUG = 100

Debug or trace information.

§

DEFAULT = 0

The log entry has no assigned severity level.

§

EMERGENCY = 800

One or more systems are unusable.

§

ERROR = 500

Error events are likely to cause problems.

§

INFO = 200

Routine information, such as ongoing status or performance.

§

NOTICE = 300

Normal but significant events, such as start up, shut down, or a configuration change.

§

WARNING = 400

Warning events might cause problems.