Enumeration LogLevel

Enumeration Members

Enumeration Members

DEBUG: 200

Designates fine-grained informational events that are most useful to debug an application.

ERROR: 500

Designates error events that might still allow the application to continue running.

FATAL: 600

Designates very severe error events that will presumably lead the application to abort.

INFO: 300

Designates informational messages that highlight the progress of the application at coarse-grained level.

OFF: null

The highest possible rank and is intended to turn off logging.

TRACE: 100

Designates finer-grained informational events than the DEBUG, usually with a stack trace.

WARN: 400

Designates potentially harmful situations.