Common Logging 2.0 API Reference

NoOpLogger.Trace(IFormatProvider, Action, Exception) Method

Ignores message.

[Visual Basic]
Public NotOverridable Overloads Sub Trace( _
   ByVal formatProvider As IFormatProvider, _
   ByVal formatMessageCallback As Action(Of FormatMessageHandler), _
   ByVal exception As Exception _
) _
    Implements ILog.Trace
[C#]
public void Trace(
   IFormatProvider formatProvider,
   Action<FormatMessageHandlerformatMessageCallback,
   Exception exception
);

Parameters

formatProvider
An IFormatProvider that supplies culture-specific formatting information.
formatMessageCallback
A callback used by the logger to obtain the message if log level is matched
exception
The exception to log, including its stack trace.

Implements

ILog.Trace

See Also

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