Common Logging 2.0 API Reference

AbstractLogger.TraceFormat Method

Log a message with the Trace level.

Overload List

Log a message with the Trace level.

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

Log a message with the Trace level.

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

Log a message with the Trace level.

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

Log a message with the Trace level.

public virtual void TraceFormat(string,params object[])

See Also

AbstractLogger Class | Common.Logging.Factory Namespace