Logging
SDK uses WDOLogger
class that prints to the console.
Networking traffic is logged in its own logger described in the networking library documentation.
Verbosity Level
You can limit the amount of logged information via verboseLevel
property.
Level | Description |
---|---|
off |
Silences all messages. |
errors |
Only errors will be printed to the debug console. |
warnings (default) |
Errors and warnings will be printed to the debug console. |
all |
All messages will be printed to the debug console. |
Last updated on Feb 09, 2024 (16:05)
Edit on Github
Send Feedback