Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

DebugAppender.Append�Method�(LoggingEvent)

Writes the logging event to the Debug system.

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

Parameters

loggingEvent
The event to log.

Remarks

Writes the logging event to the Debug system. If ImmediateFlush is true then the Flush is called.

See Also

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