Log4s / log4s

High-performance SLF4J wrapper for Scala.
Other
171 stars 25 forks source link

LevelLogger should expose the underlying slf4j Logger #42

Open Pyppe opened 5 years ago

Pyppe commented 5 years ago

Howdy!

IMO there's no reason for the LevelLogger to not expose the underlying logger: org.slf4j.Logger. We use in some parts of our codebase LogstashMarkers to instrument logs with custom JSON fields, and exposing the underlying logger would make this less complicated.