DataCacheSinkType Enumeration

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

Used to specify the type of log sink used to trace events on the cache client.

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

Syntax

'Declaration
Public Enumeration DataCacheSinkType
'Usage
Dim instance As DataCacheSinkType
public enum DataCacheSinkType
public enum class DataCacheSinkType
public enum DataCacheSinkType
public enum DataCacheSinkType

Members

  Member name Description
CONSOLE Used to specify console-based log sinks.  
ETW Used to specify Event Tracing for Windows (ETW)-based log sinks. 
FILE Used to specify file-based log sinks. 

Remarks

Log sinks can only be configured programmatically on the cache client. For more information, see Log Sink Settings (Velocity) and How to: Set Log Sink Levels (Code) (Velocity).

See Also

Reference

Microsoft.Data.Caching Namespace