LoggerAppenderConsole - doesn't work with STDERR

2005-11-30 Thread Knut Urdalen
I just found that the console appender doesn't work with STDERR because of a minor typo. It seems like the STDERR constant check is fixed between release 0.9 and subversion HEAD. * Patch against svn HEAD* Index: appenders/LoggerAppenderConsole.php ==

Re: Serializing LoggerLoggingEvent: Missing timestamp

2005-11-30 Thread Marco V.
Patched. Thank You. -Marco - Original Message - From: "Knut Urdalen" <[EMAIL PROTECTED]> To: Sent: Wednesday, November 30, 2005 12:20 AM Subject: Serializing LoggerLoggingEvent: Missing timestamp > Since I can't find any bug report database for log4php I'll post this to > the develop

svn commit: r349914 - /logging/log4php/trunk/src/php5/

2005-11-30 Thread marco
Author: marco Date: Wed Nov 30 01:36:48 2005 New Revision: 349914 URL: http://svn.apache.org/viewcvs?rev=349914&view=rev Log: directory that will contain php5 version of log4php Added: logging/log4php/trunk/src/php5/

svn commit: r349913 - /logging/log4php/trunk/src/php4/

2005-11-30 Thread marco
Author: marco Date: Wed Nov 30 01:36:12 2005 New Revision: 349913 URL: http://svn.apache.org/viewcvs?rev=349913&view=rev Log: directory that will contain php4 version of log4php Added: logging/log4php/trunk/src/php4/

svn commit: r349912 - /logging/log4php/trunk/src/log4php/spi/LoggerLoggingEvent.php

2005-11-30 Thread marco
Author: marco Date: Wed Nov 30 01:34:44 2005 New Revision: 349912 URL: http://svn.apache.org/viewcvs?rev=349912&view=rev Log: fixed a minor typo in __sleep() method (Knut Urdalen). Modified: logging/log4php/trunk/src/log4php/spi/LoggerLoggingEvent.php Modified: logging/log4php/trunk/src/log4