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 methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Public methodExists
Test if logger exists
Protected methodOnlineFinalize
Allows an OnlineObject to attempt to free resources and perform other cleanup operations before the OnlineObject is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodGetAppenders
Returns all the Appenders that are configured as an Array.
Public methodGetCurrentLoggers
Returns all the currently defined loggers in the repository
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodGetLogger
Return a new logger instance
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Public methodLog
Log the logEvent through this repository.
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
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 methodOnlineToString
Returns a OnlineString that represents the current OnlineObject.
(Inherited from OnlineObject.)
Back to Top
See Also