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

CDI interceptor for logging to slf4j

Results 12 logging-interceptor issues
Sort by recently updated
recently updated
newest added

Right now the return message is fixed `return {}`, but with the named params and mdc vars, it would be nice to have it configurable.

enhancement

@DontLog works for parameters, how could I specify that I don't want the return value to be logged?

enhancement