DebugAppender ClassApache log4net™ SDK Documentation
Appends log events to the OnlineDebug system.
Inheritance Hierarchy

OnlineSystem Object
  log4net.Appender AppenderSkeleton
    log4net.Appender DebugAppender

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

public class DebugAppender : AppenderSkeleton
Remarks

The application configuration file can be used to control what listeners are actually used. See the MSDN documentation for the OnlineDebug 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