Common Logging 2.0 API Reference

NoOpLogger.DebugFormat(String, Object) Method

Ignores message.

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

Parameters

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

Implements

ILog.DebugFormat

See Also

NoOpLogger Class | Common.Logging.Simple Namespace | NoOpLogger.DebugFormat Overload List