Re: Easily extend Appender and LogLevel

2010-09-14 Thread Christian Grobmeier
>> http://svn.apache.org/repos/asf/logging/log4php/trunk/src/main/php/Logger.php >> (search for trace) > > I only checked the newest stable version. That's perfect, that trace is > included in the trunk. Any plans for the release date of 2.1? (I know the > problem about guessing dates) :-) haha ok

Re: Easily extend Appender and LogLevel

2010-09-14 Thread Dominic Lüchinger
But trace() is implemented - does it not do what you want? http://svn.apache.org/repos/asf/logging/log4php/trunk/src/main/php/Logger.php (search for trace) I only checked the newest stable version. That's perfect, that trace is included in the trunk. Any plans for the release date of 2.1? (I kn

Re: Easily extend Appender and LogLevel

2010-09-14 Thread Christian Grobmeier
> The patch I was talking about can you find under: > http://mail-archives.apache.org/mod_mbox/logging-log4php-dev/201007.mbox/%[email protected]%3e Thanks! I forgot it! Will try to include this into Jira. > I've done the mapping in the Appender it se

Re: Easily extend Appender and LogLevel

2010-09-14 Thread Dominic Lüchinger
Hello Christian > can you tell me which issue are you referring? You said someone > already submitted a patch for FirePHP. I would like to review this one > - it seems useful to me. The patch I was talking about can you find under: http://mail-archives.apache.org/mod_mbox/logging-log4php-dev/20

Re: Easily extend Appender and LogLevel

2010-09-14 Thread Christian Grobmeier
Hello Dominic, can you tell me which issue are you referring? You said someone already submitted a patch for FirePHP. I would like to review this one - it seems useful to me. On your problem, shouldn't the mapping happen in the Appender itself? The "registration" should happen when the class has

Difficult to test appenders (was: Re: [jira] Updated: (LOG4PHP-125) Appender for Gearman job server)

2010-09-14 Thread Christian Grobmeier
Hello all, would like to start a discussion. We currently have two contributions from Vladimir Gorej: MongoDB Appender and the Gearman Appender. Both are a bit difficult to test on an automated basis, because we would need to start up these services on our testing machine. This would lead to a wor

Easily extend Appender and LogLevel

2010-09-14 Thread Dominic Lüchinger
Hello Dev-Mailinglist I recently used log4php in a project. I often use FirePHP for debugging output. Unfortunately log4php does not support an FirePHP Appender. Someone in the log4php submitted recently a patch to support FirePHP. Inspired by this I wrote my one Appender with the support of