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

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

public void RaiseConfigurationChanged(
	EventArgs e
)

Parameters

e
Type: SystemEventArgs
EventArgs.Empty
Remarks

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

See Also

Reference