log4net SDK Reference

LogManager.ShutdownRepository Method

Shutdown a logger repository.

Overload List

Shuts down the default repository.

public static void ShutdownRepository();

Shuts down the repository specified.

public static void ShutdownRepository(Assembly);

Shuts down the repository for the repository specified.

public static void ShutdownRepository(string);

See Also

LogManager Class | log4net Namespace