Enum LogLevel
This enum represents REST client verbosity levels.
Namespace: InfluxDB.Client.Core
Assembly: InfluxDB.Client.Core.dll
Syntax
public enum LogLevel : int
Fields
| Name | Description |
|---|---|
| Basic | Logs request and response lines. |
| Body | Logs request and response lines including headers and body (if present). Note that applying the `Body` LogLevel will disable chunking while streaming and will load the whole response into memory. |
| Headers | Logs request and response lines including headers. |
| None | Disable logging. |