Class LoggingFormatter


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

      • LoggingFormatter

        public LoggingFormatter()
    • Method Detail

      • 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