Enumeration LogLevel

The output log level of the SDK.

Enumeration Members

LogLevelError: 4

0x0004: Output FATAL and ERROR level log information.

LogLevelFatal: 8

0x0008: Output FATAL level log information.

LogLevelInfo: 1

0x0001: (Default) Output FATAL, ERROR, WARN, and INFO level log information. We recommend setting your log filter to this level.

LogLevelNone: 0

0: Do not output any log information.

LogLevelWarn: 2

0x0002: Output FATAL, ERROR, and WARN level log information.

Generated using TypeDoc