LogLevel
| Level | Value | Description |
|---|---|---|
DEBUG | 0 | Detailed debugging information (verbose) |
INFO | 1 | General operational information |
WARN | 2 | Warning messages for potential issues |
ERROR | 3 | Error messages only (default) |
NONE | 4 | Disable all logging |
Configure SDK logging levels and integrate custom loggers
| Level | Value | Description |
|---|---|---|
DEBUG | 0 | Detailed debugging information (verbose) |
INFO | 1 | General operational information |
WARN | 2 | Warning messages for potential issues |
ERROR | 3 | Error messages only (default) |
NONE | 4 | Disable all logging |