LoggerRepositoryConfigurationChangedEventHandler DelegateApache log4net™ SDK Documentation
Delegate used to handle event notifications for logger repository configuration changes.

Namespace: log4net.Repository
Assembly: log4net (in log4net.dll) Version: 2.0.6.0-.NET 4.0
Syntax

public delegate void LoggerRepositoryConfigurationChangedEventHandler(
	Object sender,
	EventArgs e
)

Parameters

sender
Type: SystemObject
The ILoggerRepository that has had its configuration changed.
e
Type: SystemEventArgs
Empty event arguments.
Remarks

Delegate used to handle event notifications for logger repository configuration changes.

See Also

Reference