org.jwall.web.audit.util
Class SimpleLineFormatter
java.lang.Object
java.util.logging.Formatter
java.util.logging.SimpleFormatter
org.jwall.web.audit.util.SimpleLineFormatter
public class SimpleLineFormatter
- extends SimpleFormatter
This simple formatter extends the simple formatter provided by the Java logging
framework and behaves pretty equally except that it does print all messages into
one line.
- Author:
- Christian Bockermann <chris@jwall.org>
SimpleLineFormatter
public SimpleLineFormatter()
format
public String format(LogRecord record)
- Overrides:
format in class SimpleFormatter
Copyright © 2012 jwall.org. All Rights Reserved.