Click or drag to resize

LoggerError Method (UInt16, String, Object)

Writes an 'unexpected' event to the trace log.

Namespace:  Colygon.MatchPoint.Common.Logging
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2016.10.0.0
Syntax
C#
public virtual void Error(
	ushort id,
	string message,
	params Object[] args
)

Parameters

id
Type: SystemUInt16
message
Type: SystemString
args
Type: SystemObject
See Also