DataCacheFactory.DisableLogSinks Method

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

Disables all log sinks on the cache client.

Namespace: Microsoft.Data.Caching
Assembly: ClientLibrary (in clientlibrary.dll)

Syntax

'Declaration
Public Shared Sub DisableLogSinks
'Usage

DataCacheFactory.DisableLogSinks
public static void DisableLogSinks ()
public:
static void DisableLogSinks ()
public static void DisableLogSinks ()
public static function DisableLogSinks ()

Remarks

This method disables all log sinks on the cache client: console-based, file-based, and Event Tracing for Windows (ETW)-based log sinks. For more information about log sink settings, see Log Sink Settings (Velocity).

See Also

Reference

DataCacheFactory Class
DataCacheFactory Members
Microsoft.Data.Caching Namespace