Log4j 1.1.3

Uses of Class
org.apache.log4j.Hierarchy

Packages that use Hierarchy
org.apache.log4j The main package of log4j. 
org.apache.log4j.helpers This package is used internally. 
org.apache.log4j.net Package for remote logging. 
org.apache.log4j.spi Contains part of the System Programming Interface (SPI) needed to extend log4j. 
org.apache.log4j.xml XML based components. 
 

Uses of Hierarchy in org.apache.log4j
 

Fields in org.apache.log4j declared as Hierarchy
static Hierarchy Category.defaultHierarchy
          The hierarchy where categories are attached to by default.
protected  Hierarchy Category.hierarchy
           
 

Methods in org.apache.log4j that return Hierarchy
static Hierarchy Category.getDefaultHierarchy()
          Return the default Hierarchy instance.
 Hierarchy Category.getHierarchy()
          Return the the Hierarchy where this Category instance is attached.
 

Methods in org.apache.log4j with parameters of type Hierarchy
protected  void BasicConfigurator.addRenderer(Hierarchy hierarchy, String renderedClassName, String renderingClassName)
          Used by subclasses to add a renderer to the hierarchy passed as parameter.
static void BasicConfigurator.resetConfiguration(Hierarchy hierarchy)
          Deprecated. Use hierarchy.resetConfiguration() instead.
 void PropertyConfigurator.doConfigure(String configFileName, Hierarchy hierarchy)
          Read configuration from a file.
 void PropertyConfigurator.doConfigure(Properties properties, Hierarchy hierarchy)
          Read configuration options from properties.
 void PropertyConfigurator.doConfigure(URL configURL, Hierarchy hierarchy)
          Read configuration options from url configURL.
protected  void PropertyConfigurator.parseCatsAndRenderers(Properties props, Hierarchy hierarchy)
          Parse non-root elements, such non-root categories and renderers.
 

Uses of Hierarchy in org.apache.log4j.helpers
 

Methods in org.apache.log4j.helpers with parameters of type Hierarchy
static void OptionConverter.selectAndConfigure(URL url, Hierarchy hierarchy)
          Configure log4j given a URL.
 

Uses of Hierarchy in org.apache.log4j.net
 

Constructors in org.apache.log4j.net with parameters of type Hierarchy
SocketNode(Socket socket, Hierarchy hierarchy)
           
 

Uses of Hierarchy in org.apache.log4j.spi
 

Methods in org.apache.log4j.spi with parameters of type Hierarchy
 void Configurator.doConfigure(URL url, Hierarchy hierarchy)
          Interpret a resource pointed by a URL and set up log4j accordingly.
 

Uses of Hierarchy in org.apache.log4j.xml
 

Methods in org.apache.log4j.xml with parameters of type Hierarchy
protected  void DOMConfigurator.parseCategory(org.w3c.dom.Element categoryElement, Hierarchy hierarchy)
          Used internally to parse an category element.
protected  void DOMConfigurator.parseRoot(org.w3c.dom.Element rootElement, Hierarchy hierarchy)
          Used internally to parse the roor category element.
protected  void DOMConfigurator.parseRenderer(org.w3c.dom.Element element, Hierarchy hierarchy)
           
 void DOMConfigurator.doConfigure(String filename, Hierarchy hierarchy)
           
 void DOMConfigurator.doConfigure(URL url, Hierarchy hierarchy)
           
 void DOMConfigurator.doConfigure(InputStream inputStream, Hierarchy hierarchy)
          Configure log4j by reading in a log4j.dtd compliant XML configuration file.
protected  void DOMConfigurator.parse(org.w3c.dom.Element element, Hierarchy hierarchy)
          Used internally to configure the log4j framework by parsing a DOM tree of XML elements based on log4j.dtd.
 


Log4j 1.1.3

Please notify me about new log4j releases.