OperationContext.LogLevel Property

Windows Runtime Azure Storage Client Library

Gets or sets the logging level to be used for an instance of the OperationContext class.

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

Usage

Visual Basic
Dim instance As OperationContext
Dim value As LogLevel

value = instance.LogLevel

instance.LogLevel = value

Syntax

Visual Basic
Public Property LogLevel As LogLevel
C#
public LogLevel LogLevel { get; set; }
C++
public:
property LogLevel LogLevel {
	LogLevel get ();
	void set (LogLevel value);
}
J#
/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public LogLevel get_LogLevel ()

/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public void set_LogLevel (LogLevel value)
JScript
CompilerGeneratedAttribute 
public function get LogLevel () : LogLevel

CompilerGeneratedAttribute 
public function set LogLevel (value : LogLevel)

Property Value

A value of type LogLevel that specifies which events are logged by the OperationContext.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

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