log4net SDK Reference

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(
   ILoggerRepository repository
);

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