Log Levels to use. This includes the artificial level none to suppress output by a given logger.

Enumeration Members

Enumeration Members

DEBUG: 0

Level for debug and above output.

ERROR: 3

Level for error output.

INFO: 1

Level for info and above output.

NONE: 4

Artificial level to disable logging.

WARN: 2

Level for warn and above output.