Author: grobmeier
Date: Sat May 1 09:20:20 2010
New Revision: 939960
URL: http://svn.apache.org/viewvc?rev=939960&view=rev
Log:
loggermanager has been deleted for a while
Modified:
logging/log4php/trunk/INSTALL
Modified: logging/log4php/trunk/INSTALL
URL:
http://svn.apache.org/viewvc/logging/log4php/trunk/INSTALL?rev=939960&r1=939959&r2=939960&view=diff
==============================================================================
--- logging/log4php/trunk/INSTALL (original)
+++ logging/log4php/trunk/INSTALL Sat May 1 09:20:20 2010
@@ -33,9 +33,9 @@
a. Create a log4php dir under an include_path.
Copy '{YOUR_PATH}/src/main/php' under an '{an_include_path}/log4php'.
- Include the LoggerManager class:
+ Include the Logger class:
- require_once('log4php/LoggerManager.php');
+ require_once('log4php/Logger.php');
b. Copy '{YOUR_PATH}/src/main/php' to the dir where you want log4php to
reside (ex: {MY_LOG4PHP_PATH}).