DataCacheClientLogManager Class

 

Provides support for changing the logging level of Windows Azure Caching.

Namespace:   Microsoft.ApplicationServer.Caching
Assembly:  Microsoft.ApplicationServer.Caching.Core (in Microsoft.ApplicationServer.Caching.Core.dll)

Inheritance Hierarchy

System.Object
  Microsoft.ApplicationServer.Caching.DataCacheClientLogManager

Syntax

public static class DataCacheClientLogManager
public ref class DataCacheClientLogManager abstract sealed 
[<AbstractClass>]
[<Sealed>]
type DataCacheClientLogManager = class end
Public NotInheritable Class DataCacheClientLogManager

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static ChangeLogLevel(TraceLevel)

Changes the logging level of the Event Tracing for Windows (ETW) log for Windows Azure Caching.

System_CAPS_pubmethodSystem_CAPS_static SetSink(DataCacheTraceSink, TraceLevel)

Enables tracing for a cache client.

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.

See Also

Microsoft.ApplicationServer.Caching Namespace

Return to top