log4net SDK Documentation - Microsoft .NET Framework 4.0

OutputDebugStringAppender Class

Appends log events to the OutputDebugString system.

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

System.Object
   log4net.Appender.AppenderSkeleton
      log4net.Appender.OutputDebugStringAppender

[Visual Basic]
Public Class OutputDebugStringAppender
    Inherits AppenderSkeleton
[C#]
public class OutputDebugStringAppender : 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

OutputDebugStringAppender appends log events to the OutputDebugString system.

The string is passed to the native OutputDebugString function.

Requirements

Namespace: log4net.Appender

Assembly: log4net (in log4net.dll)

See Also

OutputDebugStringAppender Members | log4net.Appender Namespace