ILoggerRepository MethodsApache log4net™ SDK Documentation

The ILoggerRepository type exposes the following members.

Methods

  NameDescription
Public methodExists
Check if the named logger exists in the repository. If so return its reference, otherwise returns null.
Public methodGetAppenders
Returns all the Appenders that are configured as an Array.
Public methodGetCurrentLoggers
Returns all the currently defined loggers as an Array.
Public methodGetLogger
Returns a named logger instance
Public methodLog
Log the LoggingEvent through this repository.
Public methodResetConfiguration
Reset the repositories configuration to a default state
Public methodShutdown
Shutdown the repository
Top
See Also

Reference