LoggerDebug Method (String, Object) |
Writes an event resulting from an unusual code path and actions that should be monitored to the trace log.
Namespace: Colygon.MatchPoint.Common.LoggingAssembly: Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2013.11.0.0
Syntax public virtual void Debug(
string message,
params Object[] args
)
Parameters
- message
- Type: SystemString
- args
- Type: SystemObject
See Also