The different possible log levels.

Enumeration Members

Enumeration Members

CRITICAL: 4

Immediate action is required.

DEBUG: 0

Used only for debugging, is only active after manually enabling it. Data is deleted as soon as debug is turned off again.

ERROR: 3

Something is not working as intended.

INFO: 1

A simple information of what is happening.

WARN: 2

A warning, that the application has reached a state that might lead to errors.