LoggerConfigXmlParser.php部分代码:
--------------------------------------------
// 
// This framework is based on log4j see http://jakarta.apache.org/log4j
// Copyright (C) The Apache Software Foundation. All rights reserved.
//
// PHP port and modifications by Marco Vassura. All rights reserved.
// For more information, please see <http://www.vxr.it/log4php/>. 
//
// This software is published under the terms of the Apache Software
// License version 1.1, a copy of which has been included with this
// distribution in the LICENSE.txt file.
//
// log4php: a php port of log4j java logging package
//require_once('XML/Parser.php');(上面部分是说明样的东东,就这个文件找不到,目录也没)require_once('log4php/LoggerManager.php');
require_once('log4php/LoggerAppender.php');
require_once('log4php/LoggerLayout.php');
require_once('log4php/LoggerLevel.php');
require_once('log4php/LoggerLog.php');