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
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
The DataCacheClientLogManager type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| ChangeLogLevel |
Sets the level of .NET tracing.
|
Fields
| Name | Description | |
|---|---|---|
| traceLevel |
A TraceSwitch for enabling/controlling logging.
|
See Also