Writes log4net internal debug messages to the
standard output stream.
Namespace: log4net.UtilAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Parameters
- source
- Type: System Type
[Missing <param name="source"/> documentation for "M:log4net.Util.LogLog.Debug(System.Type,System.String)"]
- message
- Type: System String
The message to log.
Remarks
All internal debug messages are prepended with the string "log4net: ".
See Also