The methods of the Hierarchy class are listed below. For a complete list of Hierarchy class members, see the Hierarchy Members topic.
![]() | Adds an object renderer for a specific class. |
![]() | Clear all logger definitions from the internal hashtable |
![]() | Determines whether the specified Object is equal to the current Object. |
![]() | Test if a logger exists |
![]() | Returns all the Appenders that are currently configured |
![]() | Returns all the currently defined loggers in the hierarchy as an Array |
![]() | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
![]() | Overloaded. Return a new logger instance named as the first parameter using the default factory. |
![]() | Gets the Type of the current instance. |
![]() | Test if this hierarchy is disabled for the specified Level. |
![]() | Log the logEvent through this hierarchy. |
![]() | Raise a configuration changed event on this repository |
![]() | Reset all values contained in this hierarchy instance to their default. |
![]() | Shutting down a hierarchy will safely close and remove all appenders in all loggers including the root logger. |
![]() | Returns a String that represents the current Object. |
![]() | Initialize the log4net system using the specified appender |
![]() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
![]() | Creates a shallow copy of the current Object. |
![]() | Notify the registered listeners that the repository has had its configuration changed |
![]() | Notify the registered listeners that the repository has had its configuration reset |
![]() | Sends a logger creation event to all registered listeners |
![]() | Notify the registered listeners that the repository is shutting down |
![]() | Initialize the log4net system using the specified config |
Hierarchy Class | log4net.Repository.Hierarchy Namespace