-
- All Implemented Interfaces:
-
ch.qos.logback.core.joran.event.InPlayListener,ch.qos.logback.core.spi.ContextAware
public final class LogbackAccessJoranSpringProfileAction extends Action implements InPlayListenerThe Joran Action to support
<springProfile>tags. Allows a section to only be enabled when a specific profile is active.
-
-
Constructor Summary
Constructors Constructor Description LogbackAccessJoranSpringProfileAction(Environment environment)
-
Method Summary
Modifier and Type Method Description Unitbegin(InterpretationContext ic, String elem, Attributes attrs)Unitend(InterpretationContext ic, String elem)UnitinPlay(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
-
-