XmlHierarchyConfigurator overview
|  XmlHierarchyConfigurator Constructor | Construct the configurator for a hierarchy | 
|  Configure | Configure the hierarchy by parsing a DOM tree of XML elements. | 
|  Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. | 
|  GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. | 
|  GetType (inherited from Object) | Gets the Type of the current instance. | 
|  ToString (inherited from Object) | Returns a String that represents the current Object. | 
|  ConvertStringTo | Converts a string value to a target type. | 
|  CreateObjectFromXml | Creates an object as specified in XML. | 
|  Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. | 
|  FindAppenderByReference | Parse appenders by IDREF. | 
|  MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. | 
|  ParseAppender | Parses an appender element. | 
|  ParseChildrenOfLoggerElement | Parses the children of a logger element. | 
|  ParseLevel | Parses a level element. | 
|  ParseLogger | Parses a logger element. | 
|  ParseRenderer | Parses an object renderer. | 
|  ParseRoot | Parses the root logger element. | 
|  SetParameter | Sets a parameter on an object. | 
XmlHierarchyConfigurator Class | log4net.Repository.Hierarchy Namespace