logging-interceptor icon indicating copy to clipboard operation
logging-interceptor copied to clipboard

Injectable JUL Logger?

Open derekm opened this issue 6 years ago • 1 comments

Would it be possible for logging-interceptor to produce an injectable JUL Logger for use with APIs like: https://github.com/jersey/jersey/blob/master/core-common/src/main/java/org/glassfish/jersey/logging/LoggingFeature.java#L189 ?

derekm avatar Aug 07 '19 20:08 derekm

I didn't know about the Jersey LoggingFeature; nice addition to my tool-belt ;-) Can you expand a little on how the logging interceptor could add value to the LoggingFeature?

t1 avatar Aug 08 '19 03:08 t1