Common Logging 2.0 API Reference

AbstractLogger.DebugFormat(String, Exception, Object) Method

Log a message with the Debug level.

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

Parameters

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

Implements

ILog.DebugFormat

See Also

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