SyncTracer Members
Provides tracing for a synchronization session, with four levels of output: errors, warnings, informational, and verbose.
The following tables list the members exposed by the SyncTracer type.
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (Inherited from Object.) | |
Error | Overloaded. Generates an error trace. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
Info | Overloaded. Generates an informational trace. | |
IsErrorEnabled | Returns whether an error trace will be included in the output. | |
IsInfoEnabled | Returns whether an informational trace will be included in the output. | |
IsVerboseEnabled | Returns whether a verbose trace will be included in the output. | |
IsWarningEnabled | Returns whether a warning trace will be included in the output. | |
ReferenceEquals | (Inherited from Object.) | |
ToString | (Inherited from Object.) | |
Verbose | Overloaded. Generates a verbose trace. | |
Warning | Overloaded. Generates a warning trace. |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
Top