Delegate used to handle logger repository creation event notifications
Namespace: log4net.CoreAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Parameters
- sender
- Type: System Object
The IRepositorySelector which created the repository.
- e
- Type: log4net.Core LoggerRepositoryCreationEventArgs
The LoggerRepositoryCreationEventArgs event args that holds the ILoggerRepository instance that has been created.
Remarks
Delegate used to handle logger repository creation event notifications.
See Also