Enumeration Severity

Enum of possible log message severity values.

Enumeration Members

Enumeration Members

DEBUG: 2

For debugging purposes.

ERROR: 5

Errors due to malconfiguration of the software.

FATAL: 6

Unintended behaviour of the software, e.g. unhandled exceptions.

INFO: 3

Information about the actions that are executed by the software. For User feedback.

TRACE: 1

The most verbose output level.

WARN: 4

Warnings about unintended behaviour or usage of the software or possible security and safety risks.