Delegate used to handle logger creation event notifications.
Namespace: log4net.Repository.Hierarchy
Assembly: log4net (in log4net.dll) Version: 2.0.6.0-.NET 4.0
Syntax
public delegate void LoggerCreationEventHandler( Object sender, LoggerCreationEventArgs e )
Parameters
- sender
- Type: SystemObject
The Hierarchy in which the Logger has been created. - e
- Type: log4net.Repository.HierarchyLoggerCreationEventArgs
The LoggerCreationEventArgs event args that hold the Logger instance that has been created.
Remarks
Delegate used to handle logger creation event notifications.
See Also