Log the logEvent through this repository.
This method should not normally be used to log. The ILog interface should be used for routine logging. This interface can be obtained using the GetLogger method.
The logEvent
is delivered to the appropriate logger and that logger is then responsible for logging the event.
LoggerRepositorySkeleton Class | log4net.Repository Namespace