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
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
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
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,
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
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
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