Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

ILogExtensions.DebugFormatExt�Method

Logs a formatted message string with the Debug level.

Overload List

Logs a formatted message string with the Debug level.

public�static�void�DebugFormatExt(ILog,IFormatProvider,string,params�object[]);

Logs a formatted message string with the Debug level.

public�static�void�DebugFormatExt(ILog,string,object);

Logs a formatted message string with the Debug level.

public�static�void�DebugFormatExt(ILog,string,object,object);

Logs a formatted message string with the Debug level.

public�static�void�DebugFormatExt(ILog,string,object,object,object);

Logs a formatted message string with the Debug level.

public�static�void�DebugFormatExt(ILog,string,params�object[]);

See Also

ILogExtensions Class | log4net.Util Namespace | Debug | IsDebugEnabled