public class LoggingRequestLogger extends Object implements RequestLogger
| Constructor and Description |
|---|
LoggingRequestLogger(com.fasterxml.jackson.databind.ObjectMapper mapper,
boolean setMDC,
boolean setContextMDC) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isSetContextMDC() |
boolean |
isSetMDC() |
void |
log(RequestLogLine requestLogLine) |
public LoggingRequestLogger(com.fasterxml.jackson.databind.ObjectMapper mapper,
boolean setMDC,
boolean setContextMDC)
public void log(RequestLogLine requestLogLine) throws IOException
log in interface RequestLoggerIOExceptionpublic boolean isSetMDC()
public boolean isSetContextMDC()
Copyright © 2011–2017. All rights reserved.