Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

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