522523524525526527528529530531532
continue; } } // Check regex matcher if it exists if ((filterMatcher != null) && !filterMatcher.include(line)) { continue; } // Check collapser if ((collapser != null) && !collapser.include(line)) {