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

Serializing LoggerLoggingEvent: Missing timestamp

2005-11-29 Thread Knut Urdalen
Since I can't find any bug report database for log4php I'll post this to the developer list. LoggerAppenderSocket with useXml = false will serialize a LoggerLoggingEvent over the network socket. Unserializing the logging event on the other side I found that timestamp was missing. Checking the code