public interface RestCallLogger
| Modifier and Type | Interface and Description |
|---|---|
static interface |
RestCallLogger.Null
Represents no RestLogger.
|
| Modifier and Type | Method and Description |
|---|---|
void |
log(RestCallLoggerConfig config,
HttpServletRequest req,
HttpServletResponse res)
Called at the end of a servlet request to log the request.
|
void log(RestCallLoggerConfig config, HttpServletRequest req, HttpServletResponse res)
config - The logging configuration.req - The servlet request.res - The servlet response.Copyright © 2016–2019 The Apache Software Foundation. All rights reserved.