Re: Reduce configure overhead

2011-11-12 Thread Florian Semm
However, I would be more grateful if you could try out the new configurator component. It's in trunk and it's pretty stable at this point. However, there's probably some edge cases which might break it. i think this is a good start for me. So maybe if you have any projects which use log4php

Re: Reduce configure overhead

2011-11-12 Thread Ivan Habunek
Hi, Florian. Thanks for you offer. We can always use some help. On 12 November 2011 16:43, Florian Semm wrote: > 1. do you have a developing-branch or do you use the experimental-branch for > that? The latest dev work is in the trunk. There are some dev branches in /branches/experimental but t

Re: Reduce configure overhead

2011-11-12 Thread Florian Semm
Am 12.11.2011 12:30, schrieb Christian Grobmeier: On Sat, Nov 12, 2011 at 12:04 PM, Florian Semm wrote: if you need some help for the next release, I would like to help you Florian, we are always glad about help! Here is some info on that: http://www.apache.org/foundation/getinvolved.html http

Re: Reduce configure overhead

2011-11-12 Thread Christian Grobmeier
On Sat, Nov 12, 2011 at 12:04 PM, Florian Semm wrote: > if you need some help for the next release, I would like to help you Florian, we are always glad about help! Here is some info on that: http://www.apache.org/foundation/getinvolved.html http://logging.apache.org/log4php/contributingpatches.h

Re: Reduce configure overhead

2011-11-12 Thread Florian Semm
Am 11.11.2011 10:18, schrieb Ivan Habunek: Hi Florian, On 11 November 2011 08:21, Florian Semm wrote: Is it possible to make some config-parameters optional and set this in the core? So I don't have to do this in my bundle. I think it's more a 'Core-Lib'-thing. ;) This is already in the works

Re: Reduce configure overhead

2011-11-11 Thread Ivan Habunek
Hi Florian, On 11 November 2011 08:21, Florian Semm wrote: > Is it possible to make some config-parameters optional and set this in the > core? So I don't have to do this in my bundle. I think it's more a > 'Core-Lib'-thing. ;) This is already in the works and is planned for the next release. ht

Reduce configure overhead

2011-11-10 Thread Florian Semm
Hey, we use Log4Php in our newest project. Currently we have about four appender and one logger. This small setup has round about 36 lines in our config. I thing this is too big. Large/complex configs are hard to understand and hard to maintain. In my last git-push for the Log4PhpBundle incl