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
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.
The text was updated successfully, but these errors were encountered:
Pyppe
added a commit
to Pyppe/log4s
that referenced
this issue
Aug 6, 2019
Howdy!
IMO there's no reason for the
LevelLogger
to not expose the underlyinglogger: org.slf4j.Logger
. We use in some parts of our codebaseLogstashMarker
s to instrument logs with custom JSON fields, and exposing the underlying logger would make this less complicated.The text was updated successfully, but these errors were encountered: