Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0 |
|
ILogExtensions.DebugExt�Method�(ILog, Object, Exception)
Log a message object with the Debug level including the stack trace of the Exception passed as a parameter.
[Visual�Basic]
Overloads�Public�Shared�Sub�DebugExt( _
���ByVal
logger�As�
ILog,�_
���ByVal
message�As�
Object,�_
���ByVal
exception�As�
Exception�_
)
Parameters
-
logger
- The logger on which the message is logged.
-
message
- The message object to log.
-
exception
- The exception to log, including its stack trace.
Remarks
See the DebugExt form for more detailed information.
See Also
ILogExtensions Class | log4net.Util Namespace | ILogExtensions.DebugExt Overload List | Debug | IsDebugEnabled