Re: Usage of LoggerRenderer* clases?

2009-09-13 Thread Christian Hammers
Hi Ah, now I understand what it's good for. Documentation is now improved :) bye, -christian- Am Sun, 13 Sep 2009 19:27:37 +0200 schrieb Christian Grobmeier : > Hi, > > I think you misunderstood something :-) > > Imagine your impl. below, and then the following lines: > > $fruit = new Frui

[jira] Commented: (LOG4PHP-84) undefined method getLoggerRepository() in LoggerLoggingEvent

2009-09-13 Thread Christian Hammers (JIRA)
[ https://issues.apache.org/jira/browse/LOG4PHP-84?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12754772#action_12754772 ] Christian Hammers commented on LOG4PHP-84: -- Here's a possible fix. At least it wor

[jira] Created: (LOG4PHP-84) undefined method getLoggerRepository() in LoggerLoggingEvent

2009-09-13 Thread Christian Hammers (JIRA)
undefined method getLoggerRepository() in LoggerLoggingEvent Key: LOG4PHP-84 URL: https://issues.apache.org/jira/browse/LOG4PHP-84 Project: Log4php Issue Type: Bug Compon

Re: Usage of LoggerRenderer* clases?

2009-09-13 Thread Christian Grobmeier
Hi, I think you misunderstood something :-) Imagine your impl. below, and then the following lines: $fruit = new Fruit3(); $logger->info($fruit); The object is identified as a Fruit-Object and then rendered with renderer. You made the mistake to think that logger-calls WITHIN the fruit would do