ch.qos.logback.classic.joran.action
Class ConditionalIncludeAction
java.lang.Object
ch.qos.logback.core.spi.ContextAwareBase
ch.qos.logback.core.joran.action.Action
ch.qos.logback.core.joran.action.AbstractIncludeAction
ch.qos.logback.classic.joran.action.ConditionalIncludeAction
- All Implemented Interfaces:
- ContextAware
public class ConditionalIncludeAction
- extends AbstractIncludeAction
- Author:
- Anthony Trinh
Methods inherited from class ch.qos.logback.core.spi.ContextAwareBase |
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getDeclaredOrigin, getStatusManager, setContext |
ConditionalIncludeAction
public ConditionalIncludeAction()
handleError
protected void handleError(String message,
Exception e)
- Overrides:
handleError
in class AbstractIncludeAction
begin
public void begin(InterpretationContext ic,
String name,
Attributes attributes)
throws ActionException
- Description copied from class:
Action
- Called when the parser encounters an element matching a
Pattern
.
- Overrides:
begin
in class AbstractIncludeAction
- Throws:
ActionException
processInclude
protected void processInclude(InterpretationContext ic,
URL url)
throws JoranException
- Specified by:
processInclude
in class AbstractIncludeAction
- Throws:
JoranException
Copyright © 2005-2013 QOS.ch. All Rights Reserved.