Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

LoggerRepositorySkeleton.OnConfigurationReset�Method�

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

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

Parameters

e
Empty EventArgs

Remarks

Notify any listeners that this repository's configuration has been reset.

See Also

LoggerRepositorySkeleton Class | log4net.Repository Namespace