Logs an error message.
Namespace: Colygon.MatchPoint.Common.LoggingAssembly: Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2013.11.0.0
Syntax public abstract void Error(
string message,
params Object[] args
)
Parameters
- message
- Type: SystemString
The error message to be logged. - args
- Type: SystemObject
Parameters to add to the error message.
See Also