Package | Description |
---|---|
ratpack.logging |
Utility classes for integration Ratpack with various logging frameworks.
|
Modifier and Type | Method and 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.
|