log4net SDK Reference

ILog.DebugFormat Method

Log a formatted string with the Debug level.

Overload List

Logs a formatted message string with the Debug level.

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

Logs a formatted message string with the Debug level.

void DebugFormat(string,object);

Logs a formatted message string with the Debug level.

void DebugFormat(string,object,object);

Logs a formatted message string with the Debug level.

void DebugFormat(string,object,object,object);

Logs a formatted message string with the Debug level.

void DebugFormat(string,params object[]);

See Also

ILog Interface | log4net Namespace | Debug | IsDebugEnabled