IRepositorySelector MembersApache log4net™ SDK Documentation
The IRepositorySelector type exposes the following members.
Methods

  NameDescription
Public methodCreateRepository(Assembly, Type)
Creates a new repository for the assembly specified.
Public methodCreateRepository(String, Type)
Creates a new repository with the name specified.
Public methodExistsRepository
Test if a named repository exists
Public methodGetAllRepositories
Gets an array of all currently defined repositories.
Public methodGetRepository(Assembly)
Gets the ILoggerRepository for the specified assembly.
Public methodGetRepository(String)
Gets the named ILoggerRepository.
Back to Top
Events

  NameDescription
Public eventLoggerRepositoryCreatedEvent
Event to notify that a logger repository has been created.
Back to Top
See Also