log4php
=======
/**
* log4php: a php port of log4j java logging package
*
* 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 VxR. 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.
*
*/
Summary
Log4php is a php port of the most popular java logging framework log4j
(see http://jakarta.apache.org/log4j/ for details).
Features
. Supports configuration through xml file (same structure as log4j).
. Supports File, RollingFile, Console, PHP error, Syslog or NT events
socket appenders and more.
. Supports Simple, TTCC, Html, Pattern and Xml Layouts.
. Switchable internal debug.
. It can be used to log classes and main/sub functions.
Requirements
PHP >= 4.1.x (PHP >= 4.3.0 to log location infos via debug_backtrace() )
PEAR XML_Parser class
Download
See http://www.vxr.it/log4php/download/.
Installation
See INSTALL file.
Documentation
. API documentation in docs/
. http://jakarta.apache.org/log4j/docs/documentation.html
-------------------------------------------------------------------------------
$Revision: 1.3 $
Documentation generated on Wed, 27 Aug 2003 18:11:26 +0200 by phpDocumentor 1.2.2