log4net SDK Reference

Logger.ForcedLog Method (LoggingEvent)

Creates a new logging event and logs the event without further checks.

[Visual Basic]
Overridable Overloads Protected Sub ForcedLog( _
   ByVal logEvent As LoggingEvent _
)
[C#]
protected virtual void ForcedLog(
   LoggingEvent logEvent
);

Parameters

logEvent
The event being logged.

Remarks

Delivers the logging event to the attached appenders.

See Also

Logger Class | log4net.Repository.Hierarchy Namespace | Logger.ForcedLog Overload List