Class LogFormatter


public class LogFormatter extends SimpleFormatter
Formats log records in standard JaxoDraw format.
  • Constructor Details

    • LogFormatter

      public LogFormatter()
  • Method Details

    • format

      public String format(LogRecord rec)
      Formats the given LogRecord to standard JaxoDraw format.
      Overrides:
      format in class SimpleFormatter
      Parameters:
      rec - the LogRecord to format.
      Returns:
      the formatted LogRecord.