Common Logging 2.0 API Reference

ILog.DebugFormat Method

Log a message with the Debug level.

Overload List

Log a message with the Debug level.

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

Log a message with the Debug level.

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

Log a message with the Debug level.

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

Log a message with the Debug level.

void DebugFormat(string,params object[])

See Also

ILog Interface | Common.Logging Namespace