Common Logging 2.0 API Reference

ILog.TraceFormat(String, Object) Method

Log a message with the Trace level.

[Visual Basic]
Public Sub TraceFormat( _
   ByVal format As String, _
   ParamArray args As Object _
)
[C#]
void TraceFormat(
   string format,
   params object[] args
);

Parameters

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

See Also

ILog Interface | Common.Logging Namespace | ILog.TraceFormat Overload List