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.useTimestampedLogFormatter
instead.
-
-
Constructor Summary
Constructors Constructor Description FileLogFormatter()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description String
format(LogRecord lr)
String
toString()
-
Methods inherited from class org.sosy_lab.common.log.TimestampedLogFormatter
format, withColorsIfPossible, withoutColors
-
Methods inherited from class java.util.logging.Formatter
formatMessage, getHead, getTail
-
-