LogLevel
LogLevel
An enum describing the types of messages to be logged.
| Name | Type | Description |
|---|---|---|
| none | LogLevel | Log nothing to the console. |
| error | LogLevel | Only log errors to the console. |
| info | LogLevel | Log messages when requests are sent, and when responses are received, as well as other useful information. |