LogLevel

Enum class representing different log levels.

This enumeration describes the type of logging that the SDK will produce.

ValueDescription
NONENo logging information will be generated.
DEBUGLogging information suitable for debugging in a development environment will be generated.
INFOIndicates that an info log should be printed.
WARNIndicates that a warning log should be printed.
ERRORIndicates that an error log should be printed.