OneLineFormatter is a LogFormatter for the Java.util.logging logging framework.
The class formts incoming LogRecords and displays only the message and the timestamp.
Using this class outputs a oneline log that looks like this:
"01/12/2002 22:00 - MESSAGE"
author: redsolo