Class JULLogFactory

    • Constructor Detail

      • JULLogFactory

        public JULLogFactory()
    • Method Detail

      • getLog

        public Log getLog​(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