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/08/16 13:41:09 UTC

svn commit: r804670 - /incubator/log4php/trunk/src/site/apt/upgrading.apt

Author: grobmeier
Date: Sun Aug 16 11:41:09 2009
New Revision: 804670

URL: http://svn.apache.org/viewvc?rev=804670&view=rev
Log:
LoggerHierarchy is not a singleton by default anymore, Logger cares about the instance itself

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

Modified: incubator/log4php/trunk/src/site/apt/upgrading.apt
URL: http://svn.apache.org/viewvc/incubator/log4php/trunk/src/site/apt/upgrading.apt?rev=804670&r1=804669&r2=804670&view=diff
==============================================================================
--- incubator/log4php/trunk/src/site/apt/upgrading.apt (original)
+++ incubator/log4php/trunk/src/site/apt/upgrading.apt Sun Aug 16 11:41:09 2009
@@ -26,4 +26,6 @@
   * PHP5 is required instead of PHP4
   
   * The LoggerManager class has been removed. Use Logger instead.
+  
+  * LoggerHierarchy is not a singleton anymore by default. 
   
\ No newline at end of file