The IRepositorySelector type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| CreateRepository(Assembly, Type) |
Creates a new repository for the assembly specified.
| |
| CreateRepository(String, Type) |
Creates a new repository with the name specified.
| |
| ExistsRepository |
Test if a named repository exists
| |
| GetAllRepositories |
Gets an array of all currently defined repositories.
| |
| GetRepository(Assembly) |
Gets the ILoggerRepository for the specified assembly.
| |
| GetRepository(String) |
Gets the named ILoggerRepository.
|
See Also