LoggerRepositorySkeleton RaiseConfigurationChanged Method Apache log4net™ SDK Documentation
Raise a configuration changed event on this repository

Namespace: log4net.Repository
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

public void RaiseConfigurationChanged(
	EventArgs e
)
Remarks

Applications that programmatically change the configuration of the repository should raise this event notification to notify listeners.

See Also