OutputDebugStringAppender ClassApache log4netâ„¢ SDK Documentation
Appends log events to the OutputDebugString system.
Inheritance Hierarchy

OnlineSystem.Object
  log4net.Appender.AppenderSkeleton
    log4net.Appender.OutputDebugStringAppender

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

public class OutputDebugStringAppender : AppenderSkeleton
Remarks

OutputDebugStringAppender appends log events to the OutputDebugString system.

The string is passed to the native OutputDebugString function.

See Also