Uses of Interface
org.eclipse.jetty.server.RequestLog.Writer
Packages that use RequestLog.Writer
-
Uses of RequestLog.Writer in org.eclipse.jetty.server
Classes in org.eclipse.jetty.server that implement RequestLog.WriterModifier and TypeClassDescriptionclass
An asynchronously writing RequestLogWriterclass
Writer which outputs pre-formatted request log strings to a file usingRolloverFileOutputStream
.class
Request log writer using a Slf4jLog LoggerFields in org.eclipse.jetty.server declared as RequestLog.WriterModifier and TypeFieldDescriptionprotected final RequestLog.Writer
AbstractNCSARequestLog._requestLogWriter
Deprecated.private final RequestLog.Writer
CustomRequestLog._requestLogWriter
Methods in org.eclipse.jetty.server that return RequestLog.WriterConstructors in org.eclipse.jetty.server with parameters of type RequestLog.WriterModifierConstructorDescriptionAbstractNCSARequestLog
(RequestLog.Writer requestLogWriter) Deprecated.CustomRequestLog
(RequestLog.Writer writer, String formatString)