Log4NetCollectingRepositorySelector Methods |
The Log4NetCollectingRepositorySelector type exposes the following members.
Name | Description | |
---|---|---|
CreateRepository(Assembly, Type) | ||
CreateRepository(String, Type) | ||
ExistsRepository | ||
GetAllRepositories | ||
GetRepository(Assembly) | ||
GetRepository(String) |
If repositoryName corresponds to the "relay repository", returns that. Otherwise, returns a repository of
the type Log4NetCollectionRepository.
| |
RedirectLoggingToPostSharp |
Sets the global RepositorySelector to a log4net-to-PostSharp redirector so that all repositories and loggers created after this call
redirect all messages to PostSharp. Returns a "relay repository" which is the only repository that won't be redirected to PostSharp.
|