LoggerRepositorySkeleton MethodsApache log4net™ SDK Documentation

The LoggerRepositorySkeleton type exposes the following members.

Methods

  NameDescription
Public methodAddRenderer
Adds an object renderer for a specific class.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodExists
Test if logger exists
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFlush
Flushes all configured Appenders that implement IFlushable.
Public methodGetAppenders
Returns all the Appenders that are configured as an Array.
Public methodGetCurrentLoggers
Returns all the currently defined loggers in the repository
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetLogger
Return a new logger instance
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodLog
Log the logEvent through this repository.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnConfigurationChanged
Notify the registered listeners that the repository has had its configuration changed
Protected methodOnConfigurationReset
Notify the registered listeners that the repository has had its configuration reset
Protected methodOnShutdown
Notify the registered listeners that the repository is shutting down
Public methodRaiseConfigurationChanged
Raise a configuration changed event on this repository
Public methodResetConfiguration
Reset the repositories configuration to a default state
Public methodShutdown
Shutdown the repository
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
See Also

Reference