Uses of Class
ratpack.logging.MDCInterceptor
-
Packages that use MDCInterceptor Package Description ratpack.logging Utility classes for integration Ratpack with various logging frameworks. -
-
Uses of MDCInterceptor in ratpack.logging
Methods in ratpack.logging that return MDCInterceptor Modifier and Type Method Description static MDCInterceptor
MDCInterceptor. instance()
Creates an interceptor with no initialisation action.static MDCInterceptor
MDCInterceptor. withInit(Action<? super Execution> init)
Creates an interceptor with the given initialisation action.
-