Class LogFactoryAdapter

    • Constructor Detail

      • LogFactoryAdapter

        public LogFactoryAdapter()
    • 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
      • newLogAdapter

        protected abstract Log newLogAdapter​(String channel)
        Return a log adapter for the given channel. This method may be called multiple times for the same channel in concurrent situations.