Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration LoggerLevel

The minimum level of log messages to be printed to the console.

See also: Session

Index

Enumeration members

Debug

Debug = 1

Debug, Info, Warn and Error messages are printed to the console.

Error

Error = 4

Only Error messages are printed to the console.

Info

Info = 2

Info, Warn and Error messages are printed to the console.

None

None = 5

No messages are printed to the console.

Verbose

Verbose = 0

All messages are printed to the console.

Warn

Warn = 3

Warn and Error messages are printed to the console.