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 String
format(LogRecord record)
Format message.String
getHead(Handler h)
No head.String
getTail(Handler h)
No tail.-
Methods inherited from class java.util.logging.Formatter
formatMessage
-
-