Reset the repositories configuration to a default state
Namespace: log4net.RepositoryAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Implements
ILoggerRepository ResetConfigurationRemarks
Reset all values contained in this instance to their default state.
Existing loggers are not removed. They are just reset.
This method should be used sparingly and with care as it will block all logging until it is completed.
See Also