Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Gets or sets the default logging level to be used for subsequently created instances of the OperationContext class.

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

Syntax

 
public static LogLevel DefaultLogLevel { get; set; }
 
public:
property LogLevel DefaultLogLevel {
	static LogLevel get();
	static void set(LogLevel value);
}
 
static member DefaultLogLevel : LogLevel with get, set
 
Public Shared Property DefaultLogLevel As LogLevel
Return to top