Appends log events to the OutputDebugString system.
Inheritance Hierarchy
log4net.Appender AppenderSkeleton
log4net.Appender OutputDebugStringAppender
Namespace: log4net.Appender
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Remarks
OutputDebugStringAppender appends log events to the OutputDebugString system.
The string is passed to the native OutputDebugString function.
See Also