Common Logging 2.0 API Reference

NoOpLogger.TraceFormat(IFormatProvider, String, Exception, Object) Method

Ignores message.

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

Parameters

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

Implements

ILog.TraceFormat

See Also

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