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
See Also