This is the most generic printing method that is intended to be used 
            by wrappers.
            
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. 
Implements
ILogger Log(LoggingEvent)Remarks
Logs the specified logging event through this logger.
This method must not throw any exception to the caller.
See Also