Class Hierarchy.InnerLoggerListener

  • Enclosing class:
    Hierarchy

    private class Hierarchy.InnerLoggerListener
    extends LoggerListener
    Inner class to redirect to hierarchys real LoggerListener if any. Used so that all the loggers will not have to be updated when LoggerListener changes.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private InnerLoggerListener()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void loggerCreated​(java.lang.String category, Logger logger)
      Notify listener that a logger was created.
      • Methods inherited from class java.lang.Object

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

      • InnerLoggerListener

        private InnerLoggerListener()
    • Method Detail

      • loggerCreated

        public void loggerCreated​(java.lang.String category,
                                  Logger logger)
        Notify listener that a logger was created.
        Specified by:
        loggerCreated in class LoggerListener
        Parameters:
        category - the category of logger
        logger - the logger object