Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

IRepositorySelector.LoggerRepositoryCreatedEvent Event

Event to notify that a logger repository has been created.

[Visual�Basic]
Event�LoggerRepositoryCreatedEvent�As�LoggerRepositoryCreationEventHandler
[C#]
event�LoggerRepositoryCreationEventHandler�LoggerRepositoryCreatedEvent;

Event Data

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

Remarks

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.

See Also

IRepositorySelector Interface | log4net.Core Namespace