log4net SDK Reference

LoggerRepositorySkeleton.OnConfigurationChanged Method 

Notify the registered listeners that the repository has had its configuration changed

[Visual Basic]
Overridable Protected Sub OnConfigurationChanged( _
   ByVal e As EventArgs _
)
[C#]
protected virtual void OnConfigurationChanged(
   EventArgs e
);

Parameters

e
Empty EventArgs

Remarks

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

See Also

LoggerRepositorySkeleton Class | log4net.Repository Namespace