Interface RequestLog

All Known Implementing Classes:
CustomRequestLog, RequestLog.Collection

public interface RequestLog
TODO
See Also:
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static class 
     
    static interface 
    Writes the generated log string to a log sink
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    log(Request request, Response response)
     
  • Method Details

    • log

      void log(Request request, Response response)
      Parameters:
      request - The request to log.
      response - The response to log.