log4net SDK Reference

AspNetTraceAppender.Append Method 

[This is preliminary documentation and subject to change.]

Write the logging event to the ASP.NET trace

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

Parameters

loggingEvent
the event to log

Remarks

Write the logging event to the ASP.NET trace HttpContext.Current.Trace (TraceContext).

See Also

AspNetTraceAppender Class | log4net.Appender Namespace