Common Logging 2.0 API Reference

AbstractLogger.ErrorFormat(String, Object) Method

Log a message with the Error level.

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

Parameters

format
The format of the message object to log.Format
args
the list of format arguments

Implements

ILog.ErrorFormat

See Also

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