Package io.dropwizard.logging.json.layout


package io.dropwizard.logging.json.layout
  • Classes
    Class
    Description
    Provides the common functionality for building JSON representations of IAccessEvent and ILoggingEvent events.
    Builds JSON messages from access log events as IAccessEvent.
    Builds JSON messages from logging events of the type ILoggingEvent.
     
    Formats objects to JSON strings according to the configured ObjectMapper and output parameters.
    Builds a Java map based on the provided configuration and customization.
    A faster timestamp formatter than the default one in Logback.