Click or drag to resize
BaseLoggerWarn Method
Logs a warning.

Namespace: Colygon.MatchPoint.Common.Logging
Assembly: Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2013.11.0.0
Syntax
C#
public abstract void Warn(
	string message,
	params Object[] args
)

Parameters

message
Type: SystemString
The warning message to be logged.
args
Type: SystemObject
Parameters to add to the warning message.
See Also