On Wed, 20 Mar 2002 17:58, [EMAIL PROTECTED] wrote: > This method is private however I would like to set the value of time in > LogEvent to something other than the currentTimeInMillis().
Can you give me an example? In most cases I would recomend that you instead wrote a "filter" Target that modified time to the value you want it to be and then passed it onto next target in chain (ie the real target). > Is there any reason against making it public? Well it adds a fair bit to public itnerface and makes things a little slower as can't be completely inlined. Will the above suggestion work instead ? -- Cheers, Pete *--------------------------------------------------* | Wise men don't need advice. Fools don't take it. | | -Benjamin Franklin | *--------------------------------------------------* -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>