LogLevel Enumeration (Microsoft.WindowsAzure.Storage)
From Microsoft.WindowsAzure.Storage.Queue
LogLevel Enumeration
Specifies what messages to output to the log.
Namespace:
Microsoft.WindowsAzure.Storage
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.
Return to top
Specifies what messages to output to the log.
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. |