ILoggerRepositoryResetConfiguration Method Apache log4net™ SDK Documentation
Reset the repositories configuration to a default state

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

void ResetConfiguration()
Remarks

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

Reference