Class TestLoggerFactory

    • Constructor Detail

      • TestLoggerFactory

        public TestLoggerFactory()
      • TestLoggerFactory

        public TestLoggerFactory​(Level printLevel)
    • Method Detail

      • getTestLogger

        public static TestLogger getTestLogger​(Class<?> aClass)
      • clear

        public static void clear()
      • clearAll

        public static void clearAll()
      • getPrintLevel

        public Level getPrintLevel()
      • getAllLoggers

        public com.google.common.collect.ImmutableMap<String,​TestLogger> getAllLoggers()
      • clearLoggers

        public void clearLoggers()
      • clearAllLoggers

        public void clearAllLoggers()
      • getLoggingEventsFromLoggers

        public com.google.common.collect.ImmutableList<LoggingEvent> getLoggingEventsFromLoggers()
      • getAllLoggingEventsFromLoggers

        public List<LoggingEvent> getAllLoggingEventsFromLoggers()
      • setPrintLevel

        public void setPrintLevel​(Level printLevel)