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

Namespace: log4net.Util
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax

public static void Debug(
	Type source,
	string message
)

Parameters

source
Type: SystemType

[Missing <param name="source"/> documentation for "M:log4net.Util.LogLog.Debug(System.Type,System.String)"]

message
Type: SystemString
The message to log.
Remarks

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

See Also

Reference