Package org.apache.log4j.xml


package org.apache.log4j.xml

XML based components.


Last modified: Mon Mar 27 21:17:13 MDT 2000
  • Class
    Description
    Use this class to initialize the log4j environment using a DOM tree.
    An EntityResolver specifically designed to return log4j.dtd which is embedded within the log4j jar file.
     
    When implemented by an object configured by DOMConfigurator, the handle method will be called when an unrecognized child element is encountered.
    The output of the XMLLayout consists of a series of log4j:event elements as defined in the log4j.dtd.