Click or drag to resize

LoggerInfo Method (UInt16, String, Object)

Writes an event with medium-level priority to the trace log.

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

Parameters

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