ch.qos.logback.core.joran.action
Class IncludeAction
java.lang.Object
ch.qos.logback.core.spi.ContextAwareBase
ch.qos.logback.core.joran.action.Action
ch.qos.logback.core.joran.action.IncludeAction
- All Implemented Interfaces:
- ContextAware
public class IncludeAction
- extends Action
IncludeAction
public IncludeAction()
begin
public void begin(InterpretationContext ec,
String name,
Attributes attributes)
throws ActionException
- Description copied from class:
Action
- Called when the parser first encounters an element.
The return value indicates whether child elements should be processed. If
the returned value is 'false', then child elements are ignored.
- Specified by:
begin
in class Action
- Throws:
ActionException
end
public void end(InterpretationContext ec,
String name)
throws ActionException
- Specified by:
end
in class Action
- Throws:
ActionException
Copyright © 2005-2008 QOS.ch. All Rights Reserved.