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/201007.mbox/%[email protected]%3e
> On your problem, shouldn't the mapping happen in the Appender itself?
I've done the mapping in the Appender it self. The problem is, that the
Logger itself not support register a new method like $logger->trace().
This can be done with a dynamic method (__call).
> What new loggerlevels do you actually need? I think trace is already
> implemented.
Trace is IHMO not implemented in log4php. I see a difference in output a
stacktrace to an exception, than stacktrace the path to the log message.
PS: I will contribute my changes. But at the moment there is a other
discussion going on with additional appenders.
Greets Dominic