Skip to content

Commit

Permalink
Fixed documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
kober32 committed Jul 2, 2024
1 parent fb38b22 commit 28e57bc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/Logging.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

You can set up logging for the library using the `WMTLogger` class.

<!-- begin box info -->
Networking traffic is logged in its own logger described in the [networking library documentation](https://github.com/wultra/networking-apple).
<!-- end -->

### Verbosity Level

You can limit the amount of logged information via the `verboseLevel` property.
Expand All @@ -12,7 +16,7 @@ You can limit the amount of logged information via the `verboseLevel` property.
| `errors` | Only errors will be logged. |
| `warnings` _(default)_ | Errors and warnings will be logged. |
| `info` | Error, warning and info messages will be logged. |
| `all` | All messages will be logged. |
| `debug` | All messages will be logged. |

### Logger Delegate

Expand Down

0 comments on commit 28e57bc

Please sign in to comment.