Use this class to initialize the log4php environment using expat parser.
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://www.vxr.it/log4php/"> ... </log4php:configuration>
There are sample XML files included in the package under tests/ subdirectories.
Located in Program_Root/log4php/xml/LoggerDOMConfigurator.php (line 76)
LoggerConfigurator | --LoggerDOMConfigurator
Constructor
Constructor
Configure the default repository using the resource pointed by url.
Configure the default 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 resource pointed by url.
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.
Configure the given repository using the configuration written in xmlData. Do not call this method directly. Use doConfigure() instead.
Inherited From LoggerConfigurator
LoggerConfigurator::doConfigure()
Documentation generated on Mon, 1 Dec 2003 22:09:51 +0100 by phpDocumentor 1.2.2