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
==
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
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/
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/
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