Common Logging 2.0 API Reference

ILog.TraceFormat Method

Log a message with the Trace level.

Overload List

Log a message with the Trace level.

void TraceFormat(IFormatProvider,string,Exception,params object[])

Log a message with the Trace level.

void TraceFormat(IFormatProvider,string,params object[])

Log a message with the Trace level.

void TraceFormat(string,Exception,params object[])

Log a message with the Trace level.

void TraceFormat(string,params object[])

See Also

ILog Interface | Common.Logging Namespace