Delegate used to handle event notifications for logger repository configuration changes.
Namespace: log4net.RepositoryAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Parameters
- sender
- Type: System Object
The ILoggerRepository that has had its configuration changed.
- e
- Type: System EventArgs
Empty event arguments.
Remarks
Delegate used to handle event notifications for logger repository configuration changes.
See Also