Common Logging 2.0 API Reference

LogManager.Reset Method

Reset the Common.Logging infrastructure to its default settings. This means, that configuration settings will be re-read from section <common/logging> of your app.config.

Overload List

Reset the Common.Logging infrastructure to its default settings. This means, that configuration settings will be re-read from section <common/logging> of your app.config.

public static void Reset()

Reset the Common.Logging infrastructure to its default settings. This means, that configuration settings will be re-read from section <common/logging> of your app.config.

public static void Reset(IConfigurationReader)

See Also

LogManager Class | Common.Logging Namespace