Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration LogLevel

Log Level.

since

v3.3.1.

Index

Enumeration members

Enumeration members

Error

Error: = 4

0x0004: Output logs of the FATAL and ERROR level.

Fatal

Fatal: = 8

0x0008: Output logs of the FATAL level.

Info

Info: = 1

0x0001: (Default) Output logs of the FATAL, ERROR, WARN and INFO level. We recommend setting your log filter as this level.

None

None: = 0

0: Do not output any log.

Warn

Warn: = 2

0x0002: Output logs of the FATAL, ERROR and WARN level.

Generated using TypeDoc