Re: Board report for March 2010

2010-03-10 Thread Jim Jagielski
+1 On Mar 6, 2010, at 5:36 AM, Christian Grobmeier wrote: > Hi all, > > I have quickly compiled a board report, since its due date is in a few > days. Here is my proposal. If you have changes on it, please come back > to this list > or change the text yourself on: > http://wiki.apache.org/incuba

Re: [VOTE] Graduate into Apache Logging

2010-03-01 Thread Jim Jagielski
On Mar 1, 2010, at 1:58 AM, Christian Grobmeier wrote: > Dear all, > > Log4PHP has successfully restarted last year. Meanwhile the project > has made its first release. It also has 3 active committers > contributing code on a regular basis. A good amount of e-mails have > been written on the ma

Re: Board Report

2009-08-27 Thread Jim Jagielski
On Aug 27, 2009, at 12:00 PM, Christian Grobmeier wrote: Dear all, its reporting time again! Here is the september draft we need to submit before 9th of September. I don't expect to much changes here until that, so please lets go ahead with that. Please lets dicuss if something here is wrong

Re: Log4PHP Logo

2009-08-09 Thread Jim Jagielski
Coming in late, due to being offline for a week but 2 conditions we should apply: 1. That the logo should have a 'TM' located on it, per discussions on PRC 2. That it should be understood that the logo is donated to the ASF such that it becomes an official mark of the ASF and can be

Re: Board report Drafts

2009-07-31 Thread Jim Jagielski
+1! On Jul 28, 2009, at 5:04 AM, Christian Grobmeier wrote: Hi all, it is important to report in time and correctly. I think its quite difficult to recall anything which has been done within 3 months. To help here, I added a Board Report Draft page: http://wiki.apache.org/logging/Log4PHP/BoardR

Re: New committers

2009-04-30 Thread Jim Jagielski
On Apr 28, 2009, at 9:14 AM, Curt Arnold wrote: Good to see some new faces, but I'm curious about how it happened. I don't recall any discussion or votes and I didn't request new accounts or make changes to the SVN authorization file. Christian Grobmeier, as you said, was an obvious cho

Re: March 2009 Incubator Board Report

2009-03-17 Thread Jim Jagielski
On Mar 16, 2009, at 1:39 PM, Christian Grobmeier wrote: Hi, = Log4php = Log4php failed to report. Log4php has been in the Incubator since 2004, and was retired once already, then reviewed by new interest appeared. Reviewing the mailing list, Log4php appears to still be very much a one pe

svn commit: r743368 - /incubator/log4php/trunk/src/main/php/LoggerPropertyConfigurator.php

2009-02-11 Thread jim
Author: jim Date: Wed Feb 11 15:59:36 2009 New Revision: 743368 URL: http://svn.apache.org/viewvc?rev=743368&view=rev Log: Correctly handle return val of parse_ini_file. From: rotem rotium.com Modified: incubator/log4php/trunk/src/main/php/LoggerPropertyConfigurator.php Modi

Re: Current state of log4php

2009-02-11 Thread Jim Jagielski
Thanks... Since parse_ini_file returns an array, your patch is better. On Feb 7, 2009, at 10:39 AM, Rotem Erlich wrote: Littel patch that fix loading configuration file. Rotem. -Original Message- From: Jim Jagielski To: Log4PHP Dev Subject: Re: Current state of log4php Date: Tue, 20

Re: Current state of log4php

2009-01-20 Thread Jim Jagielski
this means, there is space for improvement. To be honest, log4php looks a bit dead at the moment. And this is a sad thing - i am also trying to get my php project incubated and I hoped that here is more community action. On Fri, Jan 16, 2009 at 9:18 PM, Jim Jagielski wrote: There is not much act

Re: Current state of log4php

2009-01-16 Thread Jim Jagielski
There is not much activity at all. It doesn't mean that the code sucks, it just means that it does what it should do and there hasn't been any real push to add more... On Jan 16, 2009, at 1:50 AM, Christian Grobmeier wrote: Hi there, is there anybody working on log4php? Best, Christian

svn commit: r699322 - /incubator/log4php/trunk/src/main/php/spi/LoggerLoggingEvent.php

2008-09-26 Thread jim
Author: jim Date: Fri Sep 26 06:43:29 2008 New Revision: 699322 URL: http://svn.apache.org/viewvc?rev=699322&view=rev Log: Key: LOG4PHP-19 URL: https://issues.apache.org/jira/browse/LOG4PHP-19 Pro

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

2008-09-26 Thread jim
Author: jim Date: Fri Sep 26 06:39:07 2008 New Revision: 699319 URL: http://svn.apache.org/viewvc?rev=699319&view=rev Log: Date pattern %d conversion is invalid. -- Key: LOG4PHP-18 URL: https://issues.apache

svn commit: r699316 - in /incubator/log4php/trunk/src/main/php: helpers/LoggerPatternConverter.php spi/LoggerLocationInfo.php

2008-09-26 Thread jim
Author: jim Date: Fri Sep 26 06:36:49 2008 New Revision: 699316 URL: http://svn.apache.org/viewvc?rev=699316&view=rev Log: %l Pattern layout raises a protected property access error. --- Key: LOG4PH

svn commit: r591099 - /incubator/log4php/trunk/src/main/php/LoggerPropertyConfigurator.php

2007-11-01 Thread jim
Author: jim Date: Thu Nov 1 10:48:40 2007 New Revision: 591099 URL: http://svn.apache.org/viewvc?rev=591099&view=rev Log: First of all, {} string indexing is deprecated in PHP6 (yeah, a change from what they said about it with PHP4), so prepare for that. Also, do the more general test 1st

Re: AutoLogger: Static access to loggers

2007-09-14 Thread Jim Jagielski
No, it's not final but a good initial cut. On Sep 14, 2007, at 1:49 AM, Michael Gall wrote: No worries, I was more sending it to get some feedback on the code itself, it's not overly robust at this stage, and isn't really a final patch. On 9/14/07, Curt Arnold <[EMAIL PROTECTED]> wrote: O

Re: AutoLogger: Static access to loggers

2007-09-13 Thread Jim Jagielski
Cool... Thanks for the code. We'll take a look. Is this something you're donating to the ASF if we think it's a valuable addition? On Sep 3, 2007, at 10:47 PM, Michael Gall wrote: Hi Guys, I've written a class that uses phpdocs and the Reflection methods to automatically send logs to the lo