Class LogbackAccessJoranSpringProfileAction

  • All Implemented Interfaces:
    ch.qos.logback.core.joran.event.InPlayListener , ch.qos.logback.core.spi.ContextAware

    
    public final class LogbackAccessJoranSpringProfileAction
    extends Action implements InPlayListener
                        

    The Joran Action to support <springProfile> tags. Allows a section to only be enabled when a specific profile is active.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Unit begin(InterpretationContext ic, String elem, Attributes attrs)
      Unit end(InterpretationContext ic, String elem)
      Unit inPlay(SaxEvent event)
      • Methods inherited from class ch.qos.logback.core.joran.action.Action

        body, toString
      • Methods inherited from class ch.qos.logback.core.spi.ContextAwareBase

        addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getStatusManager, setContext
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LogbackAccessJoranSpringProfileAction

        LogbackAccessJoranSpringProfileAction(Environment environment)