LogImpl Debug Method (Object, Exception)Apache log4net™ SDK Documentation
Logs a message object with the DEBUG level

Namespace: log4net.Core
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

public virtual void Debug(
	Object message,
	Exception exception
)

Implements

ILog Debug(Object, Exception)
Remarks

Logs a message object with the DEBUG level including the stack trace of the OnlineExceptionexception passed as a parameter.

See the [M:Debug(object)] form for more detailed information.

See Also

[M:Debug(object)]