LogLevel Enumeration
Specifies what messages to output to the log.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
Members
| Member name | Description | |
|---|---|---|
| Error | Output error-handling messages. | |
| Informational | Output informational messages, warnings, and error-handling messages. | |
| Off | Output no tracing and debugging messages. | |
| Verbose | Output all debugging and tracing messages. | |
| Warning | Output warnings and error-handling messages. |