Appends log events to the Debug system.
Inheritance Hierarchy
log4net.Appender AppenderSkeleton
log4net.Appender DebugAppender
Namespace: log4net.Appender
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Remarks
The application configuration file can be used to control what listeners are actually used. See the MSDN documentation for the Debug class for details on configuring the debug system.
Events are written using the Write(string, string) method. The event's logger name is passed as the value for the category name to the Write method.
See Also