Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

LogImpl.DebugFormat�Method

Logs a formatted message string with the DEBUG level.

Overload List

Logs a formatted message string with the DEBUG level.

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

Logs a formatted message string with the DEBUG level.

public�virtual�void�DebugFormat(string,object);

Logs a formatted message string with the DEBUG level.

public�virtual�void�DebugFormat(string,object,object);

Logs a formatted message string with the DEBUG level.

public�virtual�void�DebugFormat(string,object,object,object);

Logs a formatted message string with the DEBUG level.

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

See Also

LogImpl Class | log4net.Core Namespace