Uses of Class
ratpack.core.logging.MDCInterceptor
-
Packages that use MDCInterceptor Package Description ratpack.core.logging Utility classes for integration Ratpack with various logging frameworks. -
-
Uses of MDCInterceptor in ratpack.core.logging
Methods in ratpack.core.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.
-