Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

OutputDebugStringAppender.Append�Method�(LoggingEvent)

Write the logging event to the output debug string API

[Visual�Basic]
Overrides�Overloads�Protected�Sub�Append( _
���ByVal loggingEvent�As�LoggingEvent�_
)
[C#]
protected�override�void�Append(
���LoggingEventloggingEvent
);

Parameters

loggingEvent
the event to log

Remarks

Write the logging event to the output debug string API

See Also

OutputDebugStringAppender Class | log4net.Appender Namespace | OutputDebugStringAppender.Append Overload List