Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

ILogExtensions.DebugExt�Method

Log a message object with the Debug level.

Overload List

public�static�void�DebugExt(ILog,0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]);

public�static�void�DebugExt(ILog,0, Culture=neutral, PublicKeyToken=b77a5c561934e089]],Exception);

Log a message object with the Debug level.

public�static�void�DebugExt(ILog,object);

Log a message object with the Debug level including the stack trace of the Exception passed as a parameter.

public�static�void�DebugExt(ILog,object,Exception);

See Also

ILogExtensions Class | log4net.Util Namespace