Skip navigation links
KIE :: Test Utility Classes 7.0.0.Beta7
org.kie.test.util.logging

Class FilteredPatternLayout

    • Field Summary

      • Fields inherited from class ch.qos.logback.classic.PatternLayout

        defaultConverterMap, HEADER_PREFIX
      • Fields inherited from class ch.qos.logback.core.pattern.PatternLayoutBase

        outputPatternAsHeader, postCompileProcessor
      • Fields inherited from class ch.qos.logback.core.LayoutBase

        started
      • Fields inherited from class ch.qos.logback.core.spi.ContextAwareBase

        context
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void setFilter(String filter)
      Adds a new filtered frame.
      void start()
      Setup
      • Methods inherited from class ch.qos.logback.classic.PatternLayout

        doLayout, getDefaultConverterMap, getPresentationHeaderPrefix
      • Methods inherited from class ch.qos.logback.core.pattern.PatternLayoutBase

        getEffectiveConverterMap, getInstanceConverterMap, getPattern, getPresentationHeader, isOutputPatternAsHeader, setContextForConverters, setOutputPatternAsHeader, setPattern, setPostCompileProcessor, toString, writeLoopOnConverters
      • Methods inherited from class ch.qos.logback.core.LayoutBase

        getContentType, getContext, getFileFooter, getFileHeader, getPresentationFooter, isStarted, setContext, setFileFooter, setFileHeader, setPresentationFooter, setPresentationHeader, stop
      • Methods inherited from class ch.qos.logback.core.spi.ContextAwareBase

        addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getDeclaredOrigin, getStatusManager
      • Methods inherited from interface ch.qos.logback.core.spi.ContextAware

        addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn
    • Constructor Detail

      • FilteredPatternLayout

        public FilteredPatternLayout()
    • Method Detail

      • setFilter

        public void setFilter(String filter)
        Adds a new filtered frame. Any stack frame starting with "at " + filter will not be written to the log.
        Parameters:
        filter - a class name or package name to be filtered
      • start

        public void start()
        Setup
        Specified by:
        start in interface ch.qos.logback.core.spi.LifeCycle
        Overrides:
        start in class ch.qos.logback.core.pattern.PatternLayoutBase<ch.qos.logback.classic.spi.ILoggingEvent>
KIE :: Test Utility Classes 7.0.0.Beta7

Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.