Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

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(
���LoggingEventlogEvent
);

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