Class Loggers.ConsoleLoggerFactory

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static java.util.HashMap<java.lang.String,​Logger> consoleLoggers  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Logger getLogger​(java.lang.String name)  
      • Methods inherited from class java.lang.Object

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

      • consoleLoggers

        private static final java.util.HashMap<java.lang.String,​Logger> consoleLoggers
    • Constructor Detail

      • ConsoleLoggerFactory

        private ConsoleLoggerFactory()