Class LogFactoryAdapter

    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      Log getLog​(java.lang.String channel)
      Return a log for the given channel name.
      protected abstract Log newLogAdapter​(java.lang.String channel)
      Return a log adapter for the given channel.
      • Methods inherited from class java.lang.Object

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

      • LogFactoryAdapter

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

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