Logging
You can set up logging for the library using the WDOLogger
class.
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 the verboseLevel
property.
Level | Description |
---|---|
off |
Silences all messages. |
errors |
Only errors will be logged. |
warnings (default) |
Errors and warnings will be logged. |
info |
Error, warning and info messages will be logged. |
debug |
All messages will be logged. |
Logger Delegate
In case you want to process logs on your own (for example log into a file or some cloud service), you can set WDOLogger.delegate
.
Last updated on Jul 08, 2024 (07:33)
Edit on Github
Send Feedback