Class RequestLogger


  • public class RequestLogger
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String DEFAULT_FORMAT  
    • Constructor Summary

      Constructors 
      Constructor Description
      RequestLogger()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void install​(org.eclipse.jetty.server.Server server, java.lang.String format)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RequestLogger

        public RequestLogger()
    • Method Detail

      • install

        public static void install​(org.eclipse.jetty.server.Server server,
                                   java.lang.String format)