Since SimpleLogger has a log(LoggingEvent) method which fully handles LoggingEvents, it should implement LoggingEventAware so that DefaultLoggingEventBuilder is able to pass the built event to it directly, thus applying any custom SimpleLogger formatting.
Since
SimpleLogger
has alog(LoggingEvent)
method which fully handlesLoggingEvent
s, it should implementLoggingEventAware
so thatDefaultLoggingEventBuilder
is able to pass the built event to it directly, thus applying any customSimpleLogger
formatting.