LoggerManager ResetConfiguration Method (Assembly)Apache log4net™ SDK Documentation
Resets all values contained in this repository instance to their defaults.

Namespace: log4net.Core
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

public static void ResetConfiguration(
	Assembly repositoryAssembly
)

Parameters

repositoryAssembly
Type: OnlineSystem.Reflection Assembly
The assembly to use to lookup the repository to reset.
Remarks

Resets all values contained in the repository instance to their defaults. This removes all appenders from all loggers, sets the level of all non-root loggers to null, sets their additivity flag to true and sets the level of the root logger to Debug. Moreover, message disabling is set its default "off" value.

See Also