LoggerForcedLog Method (LoggingEvent)Apache log4net™ SDK Documentation
Creates a new logging event and logs the event without further checks.

Namespace: log4net.Repository.Hierarchy
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax

protected virtual void ForcedLog(
	LoggingEvent logEvent
)

Parameters

logEvent
Type: log4net.CoreLoggingEvent
The event being logged.
Remarks

Delivers the logging event to the attached appenders.

See Also

Reference