[jira] Resolved: (LOG4PHP-95) Add trace level to Log4PHP

2010-02-20 Thread Christian Grobmeier (JIRA)
[ https://issues.apache.org/jira/browse/LOG4PHP-95?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christian Grobmeier resolved LOG4PHP-95. Resolution: Fixed Thanks for the patch! I added it with testcases. Its in rv912120

[jira] Updated: (LOG4PHP-95) Add trace level to Log4PHP

2010-02-20 Thread Christian Grobmeier (JIRA)
[ https://issues.apache.org/jira/browse/LOG4PHP-95?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christian Grobmeier updated LOG4PHP-95: --- Fix Version/s: 2.1 > Add trace level to Log4PHP > -- > >

svn commit: r912120 - in /incubator/log4php/trunk/src: changes/ main/php/ main/php/appenders/ test/php/ test/php/configurators/

2010-02-20 Thread grobmeier
Author: grobmeier Date: Sat Feb 20 14:26:12 2010 New Revision: 912120 URL: http://svn.apache.org/viewvc?rev=912120&view=rev Log: LOG4PHP-95: Added trace level to Log4PHP. Contributed by Ivan Habunek. Test added by myself Modified: incubator/log4php/trunk/src/changes/changes.xml incubator

Re: [PATCH] LoggerPatternConverter->spacePad should use a reference to $sbuf

2010-02-20 Thread Christian Grobmeier
Thanks, its fixed in rv912114 Cheers On Fri, Feb 12, 2010 at 10:03 PM, jah wrote: > Hi folks, > > I noticed that padding of patterns wasn't happening (e.g. %-5c). The > padding is happening to a copy of $sbuf rather than a reference. > Attached is a patch for latest LoggerPatternConverter. > > Ch

svn commit: r912114 - /incubator/log4php/trunk/src/main/php/helpers/LoggerPatternConverter.php

2010-02-20 Thread grobmeier
Author: grobmeier Date: Sat Feb 20 13:59:05 2010 New Revision: 912114 URL: http://svn.apache.org/viewvc?rev=912114&view=rev Log: added reference to enable space padding again (user contribution from the mailing list: jahboite.co.uk) Modified: incubator/log4php/trunk/src/main/php/helpers/Logg