Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for test_append_excludedLogger_logNotificationTarget (0.25 seconds)

  1. src/test/java/org/codelibs/fess/util/LogNotificationAppenderTest.java

            assertNull(events.get(0).getLoggerName());
            assertEquals("null logger message", events.get(0).getMessage());
        }
    
        @Test
        public void test_append_excludedLogger_logNotificationTarget() {
            final LogEvent event = createLogEvent(Level.ERROR, "org.codelibs.fess.timer.LogNotificationTarget", "should be excluded");
            appender.append(event);
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 26 14:36:23 GMT 2026
    - 10.7K bytes
    - Click Count (0)
Back to Top