ContentMoverLog Method (TraceLevel, String, Object, String) |
Logs the value at the specified trace level.
Namespace:
ShellBoost.Core.Synchronization
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax protected virtual void Log(
TraceLevel level,
string synchronizer,
Object value,
string methodName = null
)
Parameters
- level
- Type: System.DiagnosticsTraceLevel
The trace level. - synchronizer
- Type: SystemString
A synchronizer identifier. - value
- Type: SystemObject
The value. - methodName (Optional)
- Type: SystemString
The calling method name.
See Also