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 TypeClassDescriptionclassAn asynchronously writing RequestLogWriterclassWriter which outputs pre-formatted request log strings to a file usingRolloverFileOutputStream.classRequest log writer using a Slf4jLog LoggerFields in org.eclipse.jetty.server declared as RequestLog.WriterModifier and TypeFieldDescriptionprotected final RequestLog.WriterAbstractNCSARequestLog._requestLogWriterDeprecated.private final RequestLog.WriterCustomRequestLog._requestLogWriterMethods 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)