LoggerRepositorySkeleton MembersApache log4net™ SDK Documentation
The LoggerRepositorySkeleton type exposes the following members.
Constructors

  NameDescription
Protected methodLoggerRepositorySkeleton 
Default Constructor
Protected methodLoggerRepositorySkeleton(PropertiesDictionary)
Construct the repository using specific properties
Back to Top
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
Properties

  NameDescription
Public propertyConfigurationMessages
Contains a list of internal messages captures during the last configuration.
Public propertyConfigured
Flag indicates if this repository has been configured.
Public propertyLevelMap
Get the level map for the Repository.
Public propertyName
The name of the repository
Public propertyPluginMap
The plugin map for this repository.
Public propertyProperties
Repository specific properties
Public propertyRendererMap
RendererMap accesses the object renderer map for this repository.
Public propertyThreshold
The threshold for all events in this repository
Back to Top
Events

  NameDescription
Public eventConfigurationChanged
Event to notify that the repository has had its configuration changed.
Public eventConfigurationReset
Event to notify that the repository has had its configuration reset.
Public eventShutdownEvent
Event to notify that the repository has been shutdown.
Back to Top
See Also