Common Logging 2.0 API Reference

AbstractLogger.WarnFormat(IFormatProvider, String, Exception, Object) Method

Log a message with the Warn level.

[Visual Basic]
Public Overridable Overloads Sub WarnFormat( _
   ByVal formatProvider As IFormatProvider, _
   ByVal format As String, _
   ByVal exception As Exception, _
   ParamArray args As Object _
) _
    Implements ILog.WarnFormat
[C#]
public virtual void WarnFormat(
   IFormatProvider formatProvider,
   string format,
   Exception exception,
   params object[] args
);

Parameters

formatProvider
An IFormatProvider that supplies culture-specific formatting Warnrmation.
format
The format of the message object to log.Format
exception
The exception to log.
args

Implements

ILog.WarnFormat

See Also

AbstractLogger Class | Common.Logging.Factory Namespace | AbstractLogger.WarnFormat Overload List