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