Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

ILog.Debug�Method

Log a message object with the Debug level.

Overload List

Log a message object with the Debug level.

void�Debug(object);

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

void�Debug(object,Exception);

See Also

ILog Interface | log4net Namespace | Debug | IsDebugEnabled