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

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

public static void ResetConfiguration(
	string repository
)

Parameters

repository
Type: SystemString
The repository to reset.
Remarks

Reset 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 to its default "off" value.

See Also

Reference