[Peter Donald] > 2. make default display of time be (new Date(time)).toString() rather than > just time > > Anyone have any opnions on these. (I see no problem with either). Both have
Date <toString> could be slow and the date generated string is lengthy: "EEE MMM dd HH:mm:ss zzz yyyy" I think a faster, and shorter date format would be nicer. Harmeet ----- Original Message ----- From: "Peter Donald" <[EMAIL PROTECTED]> To: "Avalon Development" <[email protected]> Cc: "Avalon Development" <[email protected]> Sent: Wednesday, May 09, 2001 6:42 AM Subject: Re: cvs commit: jakarta-avalon-logkit/lib avalon-framework.jar > At 09:21 9/5/01 -0400, Berin Loritsch wrote: > >I *know* there has to be some kind of black magic.... > > ;) > > >OK. Can we have the AvalonLogFormatter in LogKit. If the jar exists, > that class > >gets compiled--otherwise the ability of LogKit is crippled. I think that > would help > >the most people involved--without penalizing people who just use LogKit. > > No problem there. Two other "fixes" that have been requested by a few > people; they are > > 1. make time in LogEvent wall time rather than time since JVM load > 2. make default display of time be (new Date(time)).toString() rather than > just time > > Anyone have any opnions on these. (I see no problem with either). Both have > been requested a few times but never implemented to keep backwards compat > .. but as we already broke it .... ;) > Cheers, > > Pete > > *-----------------------------------------------------* > | "Faced with the choice between changing one's mind, | > | and proving that there is no need to do so - almost | > | everyone gets busy on the proof." | > | - John Kenneth Galbraith | > *-----------------------------------------------------* > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
