How do I remove the Java Logger Timestamp?
843810Feb 26 2003 — edited Jul 24 2004I've been successfully using the Java Logger since it's release with 1.4, but...
The logger prints a timestamp line, then on the next line the log message from my code.
How can I get rid of this timestamp line? I've got some peridoc behavior in my code and having every other line from the logger be a timestamp is annoying when dozens of logs are being generated.
Thanks in advance!
- Nick