Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

ILog.Debug�Method�(Object, Exception)

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

[Visual�Basic]
Sub�Debug( _
���ByVal message�As�Object,�_
���ByVal exception�As�Exception�_
)
[C#]
void�Debug(
���objectmessage,
���Exceptionexception
);

Parameters

message
The message object to log.
exception
The exception to log, including its stack trace.

Remarks

See the Debug form for more detailed information.

See Also

ILog Interface | log4net Namespace | ILog.Debug Overload List | Debug | IsDebugEnabled