DataCacheClientLogManagertraceLevel FieldWindows Server AppFabric Caching Compatibility Library
A TraceSwitch for enabling/controlling logging.

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 TraceSwitch traceLevel

Field Value

Type: TraceSwitch
Remarks

The following values can be used by the TraceSwitch class:

  • Error or 1: output error-handling messages.
  • Info or 2: output informational messages, warnings, and error-handling messages.
  • Warning or 3: output warnings and error-handling messages.
  • Verbose or 4: output all debugging and tracing messages.
  • Off or 0: output no tracing and debugging messages.

See Also

Reference