Class CombinedAccessLogFormatterImpl


  • public class CombinedAccessLogFormatterImpl
    extends CommonAccessLogFormatterImpl
    Access log formatter using the combined access log format from Apache.
    • Constructor Detail

      • CombinedAccessLogFormatterImpl

        public CombinedAccessLogFormatterImpl()
    • Method Detail

      • appendLogEntry

        public void appendLogEntry​(Request request,
                                   Response response,
                                   CharBuffer charBuffer)
        Appends an access log entry line, with info obtained from the given request and response objects, to the given CharBuffer.
        Overrides:
        appendLogEntry in class CommonAccessLogFormatterImpl
        Parameters:
        request - The request object from which to obtain access log info
        response - The response object from which to obtain access log info
        charBuffer - The CharBuffer to which to append access log info