Delegate used to handle logger creation event notifications.
Namespace: log4net.Repository.HierarchyAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Parameters
- sender
- Type: System Object
The Hierarchy in which the Logger has been created.
- e
- Type: log4net.Repository.Hierarchy LoggerCreationEventArgs
The LoggerCreationEventArgs event args that hold the Logger instance that has been created.
Remarks
Delegate used to handle logger creation event notifications.
See Also