Create a logger repository.
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);
Creates a repository with the specified repository type.
public�static�ILoggerRepository�CreateRepository(Type);
LogManager Class | log4net Namespace