DataCacheClientLogManager ClassWindows Server AppFabric Caching Compatibility Library
Uses .NET Tracing to log messages and errors at runtime. To enable tracing, the application's .config file must have the "Soss.Compat.WSAF" TraceSwitch defined to enable, disable, and filter tracing output.
Inheritance Hierarchy

SystemObject
  Soss.Compat.WSAFDataCacheClientLogManager

Namespace: Soss.Compat.WSAF
Assembly: soss_wsaf_compat (in soss_wsaf_compat.dll) Version: 1.1.0.100 (1.1.0.100)
Syntax

public static class DataCacheClientLogManager

The DataCacheClientLogManager type exposes the following members.

Methods

  NameDescription
Public methodStatic memberChangeLogLevel
Sets the level of .NET tracing.
Top
Fields

  NameDescription
Public fieldStatic membertraceLevel
A TraceSwitch for enabling/controlling logging.
Top
See Also

Reference