Logger ForcedLog 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: 1.2.15.0 (1.2.15.0)
Syntax

protected virtual void ForcedLog(
	LoggingEvent logEvent
)
Remarks

Delivers the logging event to the attached appenders.

See Also