Implements interfaces:
Use this class to initialize the log4php environment using expat parser.
Read the log4php.dtd included in the documentation directory. Note that php parser does not validate the document.
Sometimes it is useful to see how log4php is reading configuration files. You can enable log4php internal logging by setting the debug attribute in the log4php:configuration element. As in
<log4php:configuration debug="true" xmlns:log4php="http://logging.apache.org/log4php/"> ... </log4php:configuration>
There are sample XML files included in the package under tests/ subdirectories.
Located in /xml/LoggerDOMConfigurator.php (line 79)
Configure the default repository using the resource pointed by url.
Url is any valid resource as defined in http://www.php.net/file function. Note that the resource will be search with use_include_path parameter set to "1".
Constructor
Configure the given repository using the resource pointed by url.
Url is any valid resurce as defined in http://www.php.net/file function. Note that the resource will be search with use_include_path parameter set to "1".
Configure the given repository using the configuration written in xmlData.
Do not call this method directly. Use doConfigure() instead.
Documentation generated by phpDocumentor 1.3.2