|
Log4j 1.3alpha-3 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.joran.action.Action | +--org.apache.log4j.joran.action.AppenderAction
Field Summary |
Fields inherited from class org.apache.joran.action.Action |
ACTION_CLASS_ATTRIBUTE, CLASS_ATTRIBUTE, FILE_ATTRIBUTE, NAME_ATTRIBUTE, PATTERN_ATTRIBUTE, VALUE_ATTRIBUTE |
Constructor Summary | |
AppenderAction()
|
Method Summary | |
void |
begin(ExecutionContext ec,
java.lang.String localName,
Attributes attributes)
Instantiates an appender of the given class and sets its name. |
void |
end(ExecutionContext ec,
java.lang.String name)
Once the children elements are also parsed, now is the time to activate the appender options. |
void |
finish(ExecutionContext ec)
|
Methods inherited from class org.apache.joran.action.Action |
getColumnNumber, getLineNumber, getLogger, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public AppenderAction()
Method Detail |
public void begin(ExecutionContext ec, java.lang.String localName, Attributes attributes)
begin
in class Action
public void end(ExecutionContext ec, java.lang.String name)
end
in class Action
public void finish(ExecutionContext ec)
|
Log4j 1.3alpha-3 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |