Class ElseAction
- java.lang.Object
-
- ch.qos.logback.core.spi.ContextAwareBase
-
- ch.qos.logback.core.joran.action.Action
-
- ch.qos.logback.core.joran.conditional.ThenOrElseActionBase
-
- ch.qos.logback.core.joran.conditional.ElseAction
-
- All Implemented Interfaces:
ContextAware
public class ElseAction extends ThenOrElseActionBase
-
-
Field Summary
-
Fields inherited from class ch.qos.logback.core.joran.conditional.ThenOrElseActionBase
stateStack
-
Fields inherited from class ch.qos.logback.core.joran.action.Action
ACTION_CLASS_ATTRIBUTE, CLASS_ATTRIBUTE, FILE_ATTRIBUTE, KEY_ATTRIBUTE, NAME_ATTRIBUTE, PATTERN_ATTRIBUTE, SCOPE_ATTRIBUTE, VALUE_ATTRIBUTE
-
Fields inherited from class ch.qos.logback.core.spi.ContextAwareBase
context
-
-
Constructor Summary
Constructors Constructor Description ElseAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) void
registerEventList(IfAction ifAction, java.util.List<SaxEvent> eventList)
-
Methods inherited from class ch.qos.logback.core.joran.conditional.ThenOrElseActionBase
begin, end, removeFirstAndLastFromList, weAreActive
-
Methods inherited from class ch.qos.logback.core.joran.action.Action
body, getColumnNumber, getLineColStr, getLineNumber, toString
-
Methods inherited from class ch.qos.logback.core.spi.ContextAwareBase
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getDeclaredOrigin, getStatusManager, setContext
-
-
-
-
Method Detail
-
registerEventList
void registerEventList(IfAction ifAction, java.util.List<SaxEvent> eventList)
- Specified by:
registerEventList
in classThenOrElseActionBase
-
-