Class TTLLLogEventFormatter

  • All Implemented Interfaces:
    Function<LogEvent,​String>, LogEventFormatter

    public final class TTLLLogEventFormatter
    extends Object
    implements LogEventFormatter
    A simple and convenient LogEventFormatter which outputs Time, Thread, Level, Logger as well as the log message and stack trace. This is equivalent to:
     observer...formatter=PatternLogEventFormatter
     observer...formatter.pattern=%time [%thread] [%5level] [%logger]%mdc: %message
     
    Author:
    Johannes Brodwall