LoggerWarn Method (String, Object) |
Writes an event with high-level priority to the trace log.
Namespace:
Colygon.MatchPoint.Common.Logging
Assembly:
Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2016.10.0.0
Syntax public virtual void Warn(
string message,
params Object[] args
)
Parameters
- message
- Type: SystemString
- args
- Type: SystemObject
See Also