Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

LogImpl.ReloadLevels�Method�

Virtual method called when the configuration of the repository changes

[Visual�Basic]
Overridable�Protected�Sub�ReloadLevels( _
���ByVal repository�As�ILoggerRepository�_
)
[C#]
protected�virtual�void�ReloadLevels(
���ILoggerRepositoryrepository
);

Parameters

repository
the repository holding the levels

Remarks

Virtual method called when the configuration of the repository changes

See Also

LogImpl Class | log4net.Core Namespace