Initializes the log4net environment using an XML DOM.
Inheritance Hierarchy
log4net.Repository.HierarchyXmlHierarchyConfigurator
Namespace: log4net.Repository.Hierarchy
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax
The XmlHierarchyConfigurator type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | XmlHierarchyConfigurator |
Construct the configurator for a hierarchy
|
Methods
Name | Description | |
---|---|---|
![]() | Configure |
Configure the hierarchy by parsing a DOM tree of XML elements.
|
![]() | ConvertStringTo |
Converts a string value to a target type.
|
![]() | CreateObjectFromXml |
Creates an object as specified in XML.
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
![]() | FindAppenderByReference |
Parse appenders by IDREF.
|
![]() | GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() | GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() | MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from 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.
|
![]() | ToString | (Inherited from Object.) |
Remarks
Configures a Hierarchy using an XML DOM.
See Also