Reset the repositories configuration to a default state
Namespace: log4net.Repository
Assembly: log4net (in log4net.dll) Version: 2.0.6.0-.NET 4.0
Syntax
Implements
ILoggerRepositoryResetConfigurationRemarks
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