Create a domain
Obsolete. Creates a repository for the specified assembly and repository type.
public static ILoggerRepository CreateDomain(Assembly,Type);
Obsolete. Creates a repository with the specified name.
public static ILoggerRepository CreateDomain(string);
Obsolete. Creates a repository with the specified name and repository type.
public static ILoggerRepository CreateDomain(string,Type);
Obsolete. Creates a repository with the specified repository type.
public static ILoggerRepository CreateDomain(Type);
LogManager Class | log4net Namespace