Common Logging 2.0 API Reference

AbstractLogger.DebugFormat Method

Log a message with the Debug level.

Overload List

Log a message with the Debug level.

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

Log a message with the Debug level.

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

Log a message with the Debug level.

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

Log a message with the Debug level.

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

See Also

AbstractLogger Class | Common.Logging.Factory Namespace