Uses of Class
io.dropwizard.logging.json.AbstractJsonLayoutBaseFactory

Package
Description
 
  • Uses of AbstractJsonLayoutBaseFactory in io.dropwizard.logging.json

    Modifier and Type
    Class
    Description
    class 
    Name Default Description includes (timestamp, remoteAddress,requestTime, requestUri, statusCode, method, protocol, contentLength, userAgent)) Set of logging event attributes to include in the JSON map. requestHeaders (empty) Set of request headers included in the JSON map as the ``headers`` field. responseHeaders (empty) Set of response headers included in the JSON map as the ``responseHeaders`` field.
    class 
    Name Default Description includes (level, threadName, mdc, loggerName, message, exception, timestamp, callerData) Set of logging event attributes to include in the JSON map. includesMdcKeys (empty) Set of MDC keys which should be included in the JSON map.