svn commit: r804867 - in /incubator/log4php/trunk/src: main/php/ main/php/configurators/ test/php/ test/php/configurators/

2009-08-16 Thread grobmeier
Author: grobmeier Date: Mon Aug 17 06:14:42 2009 New Revision: 804867 URL: http://svn.apache.org/viewvc?rev=804867&view=rev Log: Refined initialization procedure. LoggerHierarchy is now injected into Configurator classes. Modified: incubator/log4php/trunk/src/main/php/Logger.php incubato

Move examples to website?

2009-08-16 Thread Christian Grobmeier
Hi all, I have updated the examples and thought they would fit better in our site than in our app directory. Here are my reasons: - any sourcecode in the sourcecode folders should be tested, examples aren't - examples on the homepage are probably the first thing users want to see - examples in th

svn commit: r804863 - /incubator/log4php/trunk/src/examples/php/

2009-08-16 Thread grobmeier
Author: grobmeier Date: Mon Aug 17 05:04:25 2009 New Revision: 804863 URL: http://svn.apache.org/viewvc?rev=804863&view=rev Log: replaced define with new Logger::configure method Modified: incubator/log4php/trunk/src/examples/php/cache.php incubator/log4php/trunk/src/examples/php/client.p

Plz review: Logger initialization code

2009-08-16 Thread Christian Grobmeier
Hi there, as already discussed, I have removed the deprecated flagging stuff in Logger.php. New is a method for configuring it: public static function configure($configurationFile = null, $configurationClass = null ) Not calling this method or calling it with defaults lets Log4PHP log to stdout,

svn commit: r804724 - in /incubator/log4php/trunk/src: main/php/Logger.php site/apt/upgrading.apt test/php/LoggerTest.php

2009-08-16 Thread grobmeier
Author: grobmeier Date: Sun Aug 16 17:25:27 2009 New Revision: 804724 URL: http://svn.apache.org/viewvc?rev=804724&view=rev Log: removed deprecated flags, refactored initalization procedure Modified: incubator/log4php/trunk/src/main/php/Logger.php incubator/log4php/trunk/src/site/apt/upgr

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

2009-08-16 Thread grobmeier
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 Modifie

svn commit: r804669 - in /incubator/log4php/trunk/src: main/php/Logger.php main/php/LoggerHierarchy.php test/php/LoggerLoggingEventTest.php test/php/configurators/LoggerConfiguratorBasicTest.php test/

2009-08-16 Thread grobmeier
Author: grobmeier Date: Sun Aug 16 11:40:06 2009 New Revision: 804669 URL: http://svn.apache.org/viewvc?rev=804669&view=rev Log: LoggerHierarchy is not a singleton by default anymore, Logger cares about the instance itself Modified: incubator/log4php/trunk/src/main/php/Logger.php incubat