|
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.LevelAction | +--org.apache.log4j.joran.action.PriorityAction
This action allows us to warn users that the Priority element has been deprecated but is still accepted.
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 | |
PriorityAction()
|
Method Summary | |
void |
begin(ExecutionContext ec,
java.lang.String name,
Attributes attributes)
Called when the parser first encounters an element. |
Methods inherited from class org.apache.log4j.joran.action.LevelAction |
end, finish |
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 PriorityAction()
Method Detail |
public void begin(ExecutionContext ec, java.lang.String name, Attributes attributes)
Action
begin
in class LevelAction
|
Log4j 1.3alpha-3 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |