Logs a message object with the DEBUG level
Namespace: log4net.Core
Assembly: log4net (in log4net.dll) Version: 2.0.6.0-.NET 4.0
Syntax
Parameters
- message
- Type: SystemObject
The message object to log. - exception
- Type: SystemException
The exception to log, including its stack trace.
Implements
ILogDebug(Object, Exception)Remarks
Logs a message object with the DEBUG level including the stack trace of the Exceptionexception passed as a parameter.
See the [M:Debug(object)] form for more detailed information.
See Also
Reference
[M:Debug(object)]