Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration LogLevel

The logging level. The higher the number the more verbose the logging.

Index

Enumeration members

Enumeration members

debug

debug: = 4

Debug information.

error

error: = 0

Used for error message.

info

info: = 2

Normal informational messages.

verbose

verbose: = 3

Extra information.

warn

warn: = 1

Used for warnings.