> 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 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). 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) > 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. Trace is there (see above). But I will check out the suggested patch and then hopefully understand more about FirePHP. > PS: I will contribute my changes. But at the moment there is a other > discussion going on with additional appenders. Cool thanks! Christian
