You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: