LogLog Debug Method (Type, String, Exception)Apache log4net™ SDK Documentation
Writes log4net internal debug messages to the standard output stream.

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

public static void Debug(
	Type source,
	string message,
	Exception exception
)
Remarks

All internal debug messages are prepended with the string "log4net: ".

See Also