Storage Client Library for Windows Runtime (Version 7.0)

Microsoft.WindowsAzure.Storage.Queue

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