Package org.eclipse.jetty.server
Interface RequestLog.Writer
-
- All Known Implementing Classes:
AsyncRequestLogWriter
,RequestLogWriter
,Slf4jRequestLogWriter
- Enclosing interface:
- RequestLog
@Deprecated public static interface RequestLog.Writer
Deprecated.This api is not supported anymore. Please do not use it.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.
-