DataCacheLogSink Class

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Used to specify an individual log sink.

Namespace: Microsoft.Data.Caching
Assembly: CacheBaseLibrary (in cachebaselibrary.dll)

Syntax

'Declaration
Public NotInheritable Class DataCacheLogSink
'Usage
Dim instance As DataCacheLogSink
public sealed class DataCacheLogSink
public ref class DataCacheLogSink sealed
public final class DataCacheLogSink
public final class DataCacheLogSink

Remarks

The DataCacheLogSink class is used by the CreateLogSinks method to enable individual log sinks on the cache client programmatically. For more information, see Log Sink Settings (Velocity) and How to: Set Log Sink Levels (Code) (Velocity).

Inheritance Hierarchy

System.Object
  Microsoft.Data.Caching.DataCacheLogSink

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

Reference

DataCacheLogSink Members
Microsoft.Data.Caching Namespace