Class ELogFormatter


  • public class ELogFormatter
    extends Formatter
    A default formatter for the ELogHandler.
    Author:
    Thomas Hallgren
    • Constructor Detail

      • ELogFormatter

        public ELogFormatter()
    • 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