Specifies what messages to output to the log.
Namespace: Microsoft.WindowsAzure.Storage
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Usage
Visual Basic |
---|
Dim instance As LogLevel |
Syntax
Visual Basic |
---|
Public Enumeration LogLevel |
C# |
---|
public enum LogLevel |
C++ |
---|
public enum class LogLevel |
J# |
---|
public enum LogLevel |
JScript |
---|
public enum LogLevel |
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. |