Interface RequestLog.Writer

All Known Implementing Classes:
AsyncRequestLogWriter, RequestLogWriter, Slf4jRequestLogWriter
Enclosing interface:
RequestLog

@Deprecated(since="2021-05-27") public static interface RequestLog.Writer
Deprecated.
The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.
Writes the generated log string to a log sink
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    write(String requestEntry)
    Deprecated.