Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

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

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

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