The ILoggerRepository type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Exists |
Check if the named logger exists in the repository. If so return
its reference, otherwise returns null.
|
![]() | GetAppenders |
Returns all the Appenders that are configured as an Array.
|
![]() | GetCurrentLoggers |
Returns all the currently defined loggers as an Array.
|
![]() | GetLogger |
Returns a named logger instance
|
![]() | Log |
Log the LoggingEvent through this repository.
|
![]() | ResetConfiguration |
Reset the repositories configuration to a default state
|
![]() | Shutdown | Shutdown the repository |
See Also