Package org.sosy_lab.common.log
Class FileLogFormatter
- java.lang.Object
-
- java.util.logging.Formatter
-
- org.sosy_lab.common.log.TimestampedLogFormatter
-
- org.sosy_lab.common.log.FileLogFormatter
-
@Deprecated public class FileLogFormatter extends TimestampedLogFormatter
Deprecated.useTimestampedLogFormatterinstead.
-
-
Constructor Summary
Constructors Constructor Description FileLogFormatter()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Stringformat(LogRecord lr)StringtoString()-
Methods inherited from class org.sosy_lab.common.log.TimestampedLogFormatter
format, withColorsIfPossible, withoutColors
-
Methods inherited from class java.util.logging.Formatter
formatMessage, getHead, getTail
-
-