log4net SDK Reference

DefaultRepositorySelector.CreateRepository Method

Create a new repository for the assembly specified

Overload List

Create a new repository for the assembly specified

public ILoggerRepository CreateRepository(Assembly,Type);

Creates a new repository for the assembly specified.

public ILoggerRepository CreateRepository(Assembly,Type,string,bool);

Creates a new repository for the specified repository.

public ILoggerRepository CreateRepository(string,Type);

See Also

DefaultRepositorySelector Class | log4net.Core Namespace