Event to notify that a logger repository has been created.
The event handler receives an argument of type LoggerRepositoryCreationEventArgs containing data related to this event. The following LoggerRepositoryCreationEventArgs property provides information specific to this event.
Property | Description |
---|---|
LoggerRepository | The ILoggerRepository that has been created |
Event raised when a new repository is created. The event source will be this selector. The event args will be a LoggerRepositoryCreationEventArgs which holds the newly created ILoggerRepository.
IRepositorySelector Interface | log4net.Core Namespace