log4net SDK Reference

DebugAppender Class

Appends log events to the Debug system.

For a list of all members of this type, see DebugAppender Members.

System.Object
   log4net.Appender.AppenderSkeleton
      log4net.Appender.DebugAppender

[Visual Basic]
Public Class DebugAppender
    Inherits AppenderSkeleton
[C#]
public class DebugAppender : AppenderSkeleton

Thread Safety

This type is not safe for multithreaded operations.

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 method. The event's logger name is passed as the value for the category name to the Write method.

Requirements

Namespace: log4net.Appender

Assembly: log4net (in log4net.dll)

See Also

DebugAppender Members | log4net.Appender Namespace