LogLevel Enumeration

Windows Runtime Azure Storage Client Library

Specifies what messages to output to the log.

Namespace: Microsoft.WindowsAzure.Storage
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 nameDescription
ErrorOutput error-handling messages.
InformationalOutput informational messages, warnings, and error-handling messages.
OffOutput no tracing and debugging messages.
VerboseOutput all debugging and tracing messages.
WarningOutput warnings and error-handling messages.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also