On this page

Error logging

How to enable logging

Logging is disabled by default (LogLevel.off). Available logging options:

ValueDescription
error
Used for logging error messages.
warn
Used for logging warning messages.
info
Used for logging informational messages.
debug
Used for logging debug messages.
verbose
The most detailed level of logging. It includes everything at the debug level and more fine-grained information.

Set LogLevel in ChatConfiguration to enable logging.

1

Last updated on