Class JULLogFactory

    • Constructor Summary

      Constructors 
      Constructor Description
      JULLogFactory()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void endConfiguration()
      Invoked upon completion of bean property configuration for this object.
      Log getLog​(java.lang.String channel)
      Return a log for the given channel name.
      void setConfiguration​(Configuration conf)
      Invoked prior to setting bean properties.
      void startConfiguration()
      Invoked before bean property configuration is begun on this object.
      • Methods inherited from class java.lang.Object

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

      • JULLogFactory

        public JULLogFactory()
    • Method Detail

      • getLog

        public Log getLog​(java.lang.String channel)
        Description copied from interface: LogFactory
        Return a log for the given channel name.
        Specified by:
        getLog in interface LogFactory
      • startConfiguration

        public void startConfiguration()
        Description copied from interface: Configurable
        Invoked before bean property configuration is begun on this object.
        Specified by:
        startConfiguration in interface Configurable
      • endConfiguration

        public void endConfiguration()
        Description copied from interface: Configurable
        Invoked upon completion of bean property configuration for this object.
        Specified by:
        endConfiguration in interface Configurable