Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Specifies what messages to output to the log.

Namespace:   Microsoft.WindowsAzure.Storage
Assembly:  Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Syntax

 
public enum LogLevel
 
public enum class LogLevel
 
type LogLevel
 
Public Enumeration LogLevel

Members

Member nameDescription
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