Package org.eclipse.jetty.server
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
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description void
write(java.lang.String requestEntry)
Deprecated.
-