Re: Logging methods parameters

2011-08-08 Thread Ivan Habunek
OK, we are in agreement about removing the $caller then. I propose that we work on parameterised logging for 2.2 and consider markers for the next release to achieve a smaller release cycle. The logging methods will be rewritten to support: Logger::debug($message); // standard Logger::debug($m

[jira] [Resolved] (LOG4PHP-110) mongo database appender for log4php

2011-08-08 Thread Ivan Habunek (JIRA)
[ https://issues.apache.org/jira/browse/LOG4PHP-110?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ivan Habunek resolved LOG4PHP-110. -- Resolution: Fixed Fix Version/s: (was: 2.2) 2.1 The appender has

[jira] [Commented] (LOG4PHP-137) Improve pear build

2011-08-08 Thread Christian Grobmeier (JIRA)
[ https://issues.apache.org/jira/browse/LOG4PHP-137?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13080983#comment-13080983 ] Christian Grobmeier commented on LOG4PHP-137: - v2.1 needs to be available in

[jira] [Updated] (LOG4PHP-137) Improve pear build

2011-08-08 Thread Christian Grobmeier (JIRA)
[ https://issues.apache.org/jira/browse/LOG4PHP-137?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christian Grobmeier updated LOG4PHP-137: Fix Version/s: (was: 2.1) 2.2 > Improve pear build > --

Logging methods parameters

2011-08-08 Thread Ivan Habunek
The main logging methods (Logger::trace(), Logger::debug(), etc.) currently take two parameters: $message and $caller. I traced the path by which the $caller parameter is passed on and it goes like this: 1. The main logging methods pass it to Logger::log() 2. Logger::log() passes it to Logger::f