Class LoggingFormatter

java.lang.Object
java.util.logging.Formatter
com.flexganttfx.core.LoggingFormatter

public class LoggingFormatter
extends Formatter
A formatter for the logging framework. Formats logging messages in a very compact format.
Since:
1.0
  • Constructor Details

    • LoggingFormatter

      public LoggingFormatter()
  • Method Details

    • format

      public String format​(LogRecord record)
      Format the given LogRecord.
      Specified by:
      format in class Formatter
      Parameters:
      record - the log record to be formatted.
      Returns:
      a formatted log record
      Since:
      1.0