LoggerRepositoryConfigurationChangedEventHandler Delegate
Delegate used to handle event notifications for logger repository configuration changes.
[Visual Basic]
Public Delegate Sub LoggerRepositoryConfigurationChangedEventHandler( _
ByVal
sender As
Object, _
ByVal
e As
EventArgs _
)
[C#]
public delegate void LoggerRepositoryConfigurationChangedEventHandler(
object sender,
EventArgs e);
Parameters
-
sender
- The ILoggerRepository that has had its configuration changed.
-
e
- Empty event arguments.
Remarks
Delegate used to handle event notifications for logger repository configuration changes.
Requirements
Namespace: log4net.Repository
Assembly: log4net (in log4net.dll)
See Also
log4net.Repository Namespace