Class JettyRequestLogFactory


  • public class JettyRequestLogFactory
    extends java.lang.Object
    Class to standardize initialization of a Jetty request logger for all pulsar components.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.eclipse.jetty.server.CustomRequestLog createRequestLogger()
      Build a new Jetty request logger using the format defined in this class.
      • Methods inherited from class java.lang.Object

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

      • JettyRequestLogFactory

        public JettyRequestLogFactory()
    • Method Detail

      • createRequestLogger

        public static org.eclipse.jetty.server.CustomRequestLog createRequestLogger()
        Build a new Jetty request logger using the format defined in this class.
        Returns:
        a request logger