Creates a repository for the specified assembly and repository type.
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);
LoggerManager Class | log4net.Core Namespace