qos-ch / slf4j

Simple Logging Facade for Java
http://www.slf4j.org
MIT License
2.34k stars 990 forks source link

`SimpleLogger` should implement `LoggingEventAware` #433

Open ExE-Boss opened 2 months ago

ExE-Boss commented 2 months ago

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.