LogImplReloadLevels Method Apache log4net™ SDK Documentation
Virtual method called when the configuration of the repository changes

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

protected virtual void ReloadLevels(
	ILoggerRepository repository
)

Parameters

repository
Type: log4net.RepositoryILoggerRepository
the repository holding the levels
Remarks

Virtual method called when the configuration of the repository changes

See Also

Reference