Method CreateRepository
CreateRepository(Assembly, Type)
Declaration
public ILoggerRepository CreateRepository(Assembly assembly, Type repositoryType)
Parameters
Type | Name | Description |
---|---|---|
Assembly | assembly | |
Type | repositoryType |
Returns
Type | Description |
---|---|
log4net.Repository.ILoggerRepository |
CreateRepository(String, Type)
Declaration
public ILoggerRepository CreateRepository(string repositoryName, Type repositoryType)
Parameters
Type | Name | Description |
---|---|---|
String | repositoryName | |
Type | repositoryType |
Returns
Type | Description |
---|---|
log4net.Repository.ILoggerRepository |