LogLevel
Enum class representing different log levels.
This enumeration describes the type of logging that the SDK will produce.
Value | Description |
---|---|
NONE | No logging information will be generated. |
DEBUG | Logging information suitable for debugging in a development environment will be generated. |
INFO | Indicates that an info log should be printed. |
WARN | Indicates that a warning log should be printed. |
ERROR | Indicates that an error log should be printed. |
Updated 8 days ago