log4net SDK Reference

FileAppender.Append Method (LoggingEvent)

This method is called by the DoAppend method.

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

Parameters

loggingEvent
The event to log.

Remarks

Writes a log statement to the output stream if the output stream exists and is writable.

The format of the output will depend on the appender's layout.

See Also

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