Class AbstractLogger<X extends AbstractLogger<X>>

    • Method Detail

      • removeLogInclusionRule

        protected final void removeLogInclusionRule​(LogBackLogInclusionRule logInclusionRule)
      • createAppenderInstance

        protected abstract ch.qos.logback.core.Appender<ch.qos.logback.classic.spi.ILoggingEvent> createAppenderInstance​(ch.qos.logback.core.Context context)
      • getErrorCount

        public final long getErrorCount()
      • getWarnCount

        public final long getWarnCount()
      • stopLogging

        public void stopLogging()
      • resetStatistics

        public void resetStatistics()
      • getAppender

        protected ch.qos.logback.core.Appender<ch.qos.logback.classic.spi.ILoggingEvent> getAppender()
      • getSupportedVirtualHostLoggerChildTypes

        public static Map<String,​Collection<String>> getSupportedVirtualHostLoggerChildTypes()