logging-interceptor
logging-interceptor copied to clipboard
Injectable JUL Logger?
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 ?
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?