Package com.six.timapi
Class SimpleLineLogFormatter
- java.lang.Object
-
- java.util.logging.Formatter
-
- com.six.timapi.SimpleLineLogFormatter
-
public class SimpleLineLogFormatter extends Formatter
Single line log formatter. Custom subclass since SimpleFormatter does support only global format string not per instance format strings. This though can be useful.
-
-
Constructor Summary
Constructors Constructor Description SimpleLineLogFormatter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringformat(LogRecord record)Format message.StringgetHead(Handler h)No head.StringgetTail(Handler h)No tail.-
Methods inherited from class java.util.logging.Formatter
formatMessage
-
-