Author: ihabunek
Date: Tue Oct 18 10:56:19 2011
New Revision: 1185565
URL: http://svn.apache.org/viewvc?rev=1185565&view=rev
Log:
Updated INSTALL file (referenced LoggerManager).
Modified:
logging/log4php/trunk/INSTALL
Modified: logging/log4php/trunk/INSTALL
URL:
http://svn.apache.org/viewvc/logging/log4php/trunk/INSTALL?rev=1185565&r1=1185564&r2=1185565&view=diff
==============================================================================
--- logging/log4php/trunk/INSTALL (original)
+++ logging/log4php/trunk/INSTALL Tue Oct 18 10:56:19 2011
@@ -40,11 +40,11 @@
b. Copy '{YOUR_PATH}/src/main/php' to the dir where you want log4php to
reside (ex: {MY_LOG4PHP_PATH}).
- Include the LoggerManager class:
+ Include the Logger class:
- require_once( '{MY_LOG4PHP_PATH}/LoggerManager.php' );
+ require_once( '{MY_LOG4PHP_PATH}/Logger.php' );
-3. That's all! For more details on using Log4PHP please see the HTML docs in
the site folder.
+3. That's all! For more details on using Apache log4php please see the HTML
docs in the site folder.
------------------------------------------------------------------------------
$Revision$