Creates a new logging event and logs the event without further checks.
Namespace: log4net.Repository.Hierarchy
Assembly: log4net (in log4net.dll) Version: 2.0.6.0-.NET 4.0
Syntax
Parameters
- logEvent
- Type: log4net.CoreLoggingEvent
The event being logged.
Remarks
Delivers the logging event to the attached appenders.
See Also