Class JettyLogFactory


  • public class JettyLogFactory
    extends java.lang.Object
    CDI Producer of Jetty Logging instances.
    • Constructor Summary

      Constructors 
      Constructor Description
      JettyLogFactory()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Logger createLogger​(javax.enterprise.inject.spi.InjectionPoint injectionPoint)  
      • Methods inherited from class java.lang.Object

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

      • JettyLogFactory

        public JettyLogFactory()
    • Method Detail

      • createLogger

        @Produces
        public Logger createLogger​(javax.enterprise.inject.spi.InjectionPoint injectionPoint)