You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4php-dev@logging.apache.org by gr...@apache.org on 2009/12/14 06:50:28 UTC

svn commit: r890188 - /incubator/log4php/trunk/src/site/apt/install.apt

Author: grobmeier
Date: Mon Dec 14 05:50:27 2009
New Revision: 890188

URL: http://svn.apache.org/viewvc?rev=890188&view=rev
Log:
wrong classname to include: use Logger instead of LoggerManager

Modified:
    incubator/log4php/trunk/src/site/apt/install.apt

Modified: incubator/log4php/trunk/src/site/apt/install.apt
URL: http://svn.apache.org/viewvc/incubator/log4php/trunk/src/site/apt/install.apt?rev=890188&r1=890187&r2=890188&view=diff
==============================================================================
--- incubator/log4php/trunk/src/site/apt/install.apt (original)
+++ incubator/log4php/trunk/src/site/apt/install.apt Mon Dec 14 05:50:27 2009
@@ -26,7 +26,7 @@
   
   * copy the folder src/main/php into the target location of your application, f. e. $YOURAPP/log4php
   
-  * include/require the class log4php/LoggerManager.php in your applications
+  * include/require the class log4php/Logger.php in your applications
   
   * finished :-)
 
@@ -40,4 +40,4 @@
   
   * copy the folder src/main/php into the target location of your application, f. e. $YOURAPP/log4php
   
-  * include/require the class log4php/LoggerManager.php in your applications 
+  * include/require the class log4php/Logger.php in your applications