Class LoggerListener

    • Constructor Summary

      Constructors 
      Constructor Description
      LoggerListener()  
    • Method Summary

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

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

      • LoggerListener

        public LoggerListener()
    • Method Detail

      • loggerCreated

        public abstract void loggerCreated​(java.lang.String category,
                                           Logger logger)
        Notify listener that Logger was created.
        Parameters:
        category - the error message
        logger - the logger that was created