Re: LoggingEvent serialization compatibility between 1.2 and 1.3

2004-12-06 Thread Niclas Hedhman
On Tuesday 07 December 2004 05:23, Curt Arnold wrote: > I'm sure that you could do better with a custom wire-format than the > current Java default serialization, however I'm not sure that you would > see any significant advantage over custom serialization. The benefits > for using Java custom se

Adding method to o.a.l.spi.Configurator

2004-12-06 Thread Mark Womack
We have discussed this before, many moons ago. In order to better support the various types of Watchdogs I want to implement in v1.3, I want to add the following method to the Configurator interface: /** Use an InputStream as a source for configuration and set up log4j accordingly. T

[EMAIL PROTECTED]: Project logging-log4j (in module logging-log4j) success

2004-12-06 Thread noreply
To whom it may satisfy... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project logging-log4j *no longer* has an issue. The current state of this project is 'Su

[EMAIL PROTECTED]: Project logging-log4j-12 (in module logging-log4j-12) success

2004-12-06 Thread ceki
To whom it may satisfy... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project logging-log4j-12 *no longer* has an issue. The current state of this project is

Re: LoggingEvent serialization compatibility between 1.2 and 1.3

2004-12-06 Thread Curt Arnold
I've been hinting at this for quite some time but apparently not loud enough. The reason there was no serious effort to preserve bw compatibility between 1.2 and 1.3 is performance improvements scheduled for 1.3. Given that we always transmit LoggingEvent objects on the wire, a protocol specialized

RE: JNDISubstitution [was: LogLog Conversion: duplicate effort]

2004-12-06 Thread Shapira, Yoav
Hi, After an incredibly long delay, I got around to implementing an initial version of this. I just committed it, along with a modified JoranConfigurator to use it. I suppose the next step is to enhance the Joran unit tests to use this action. However, I wasn't sure what the best way is to m

cvs commit: logging-log4j/src/java/org/apache/log4j/joran/action JndiSubstitutionPropertyAction.java

2004-12-06 Thread yoavs
yoavs 2004/12/06 13:07:57 Modified:src/java/org/apache/log4j/joran JoranConfigurator.java Added: src/java/org/apache/log4j/joran/action JndiSubstitutionPropertyAction.java Log: Initial version of JndiSubstitutionPropertyAction for joran. Revisio

RE: LoggingEvent serialization compatibility between 1.2 and 1.3

2004-12-06 Thread Ceki Gülcü
At 09:20 AM 12/5/2004, Scott Deboy wrote: I haven't tried sending events from log4j 1.3 to log4j 1.2.8, but I doubt deserialization would work, without more changes to serialization logic. In 1.3, LoggingEvent contains a new field: long sequenceNumber The 1.2.8 code wouldn't know what to do with

Re: LoggingEvent serialization compatibility between 1.2 and 1.3

2004-12-06 Thread Niclas Hedhman
On Monday 06 December 2004 21:59, Shapira, Yoav wrote: > Hi, > We should balance the performance aspect versus the requirement for > serialization compatibility. I think the latter is a nice to have, but > by no means an essential feature. I think the former is imperative for > log4j as it is for

RE: LoggingEvent serialization compatibility between 1.2 and 1.3

2004-12-06 Thread Shapira, Yoav
Hi, We should balance the performance aspect versus the requirement for serialization compatibility. I think the latter is a nice to have, but by no means an essential feature. I think the former is imperative for log4j as it is for any logging system. If we can get the serialization compatibil