public class AppenderAction<E> extends Action
ACTION_CLASS_ATTRIBUTE, CLASS_ATTRIBUTE, FILE_ATTRIBUTE, KEY_ATTRIBUTE, NAME_ATTRIBUTE, PATTERN_ATTRIBUTE, SCOPE_ATTRIBUTE, VALUE_ATTRIBUTEcontext| Constructor and Description |
|---|
AppenderAction() |
| Modifier and Type | Method and Description |
|---|---|
void |
begin(InterpretationContext ec,
String localName,
Attributes attributes)
Instantiates an appender of the given class and sets its name.
|
void |
end(InterpretationContext ec,
String name)
Once the children elements are also parsed, now is the time to activate the
appender options.
|
body, getColumnNumber, getLineColStr, getLineNumber, toStringaddError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getDeclaredOrigin, getStatusManager, setContextpublic void begin(InterpretationContext ec, String localName, Attributes attributes) throws ActionException
InterpretationContext's
appender bag.begin in class Actionec - interpretation contextlocalName - name of actionattributes - attributes of actionActionException - failed to process actionpublic void end(InterpretationContext ec, String name)
Copyright © 2005–2014 QOS.ch. All rights reserved.