LoggerRepositorySkeleton.OnConfigurationChanged Method Apache log4netâ„¢ SDK Documentation
Notify the registered listeners that the repository has had its configuration changed

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

protected virtual void OnConfigurationChanged(
	EventArgs e
)

Parameters

e
Type: System.EventArgs
Empty EventArgs
Remarks

Notify any listeners that this repository's configuration has changed.

See Also

Reference