Creates a new logging event and logs the event without further checks.
Namespace: log4net.Repository.HierarchyAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Parameters
- logEvent
- Type: log4net.Core LoggingEvent
The event being logged.
Remarks
Delivers the logging event to the attached appenders.
See Also