log4net SDK Reference

LoggerManager.CreateRepository Method

Creates a repository for the specified assembly and repository type.

Overload List

Creates a repository for the specified assembly and repository type.

public static ILoggerRepository CreateRepository(Assembly,Type);

Creates a repository with the specified name.

public static ILoggerRepository CreateRepository(string);

Creates a repository with the specified name and repository type.

public static ILoggerRepository CreateRepository(string,Type);

See Also

LoggerManager Class | log4net.Core Namespace