In DBAppender why is logging_event.timestamp a number instead of timestamp?
because LoggingEvent stores the timstamp information as a long. It's simpler to use the format already available in the original event. However, the number stored uses a Java specific convention and one of our goals is to have DBAppender's output format be language-independent. Having said that, XMLLayout which can be read by various log4* implementations already uses the Java convention.
I hope this answers your question.
James Stauffer
-- Ceki G�lc�
For log4j documentation consider "The complete log4j manual"
ISBN: 2970036908 http://www.qos.ch/shop/products/clm_t.jsp
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
