| Package | Description |
|---|---|
| io.dropwizard.request.logging | |
| io.dropwizard.request.logging.old | |
| io.dropwizard.server |
| Modifier and Type | Class and Description |
|---|---|
class |
ExternalRequestLogFactory
A request log factory which writes request logs via Slf4j and doesn't configure any logging infrastructure.
|
class |
LogbackAccessRequestLogFactory
A factory for creating
LogbackAccessRequestLog instances. |
| Modifier and Type | Class and Description |
|---|---|
class |
LogbackClassicRequestLogFactory
A factory for creating
RequestLog instances using logback-classic. |
| Modifier and Type | Method and Description |
|---|---|
RequestLogFactory<?> |
AbstractServerFactory.getRequestLogFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractServerFactory.setRequestLogFactory(RequestLogFactory<?> requestLog) |
Copyright © 2019. All rights reserved.