org.apache.log4j.joran.action
Class PriorityAction
java.lang.Object
org.apache.log4j.spi.ComponentBase
org.apache.log4j.joran.action.Action
org.apache.log4j.joran.action.LevelAction
org.apache.log4j.joran.action.PriorityAction
- All Implemented Interfaces:
- Component
- public class PriorityAction
- extends LevelAction
This action allows us to warn users that the Priority element has been
deprecated but is still accepted.
- Author:
- Ceki Gulcu
Method Summary |
void |
begin(org.apache.log4j.joran.spi.ExecutionContext ec,
String name,
Attributes attributes)
Called when the parser first encounters an element.
|
PriorityAction
public PriorityAction()
begin
public void begin(org.apache.log4j.joran.spi.ExecutionContext ec,
String name,
Attributes attributes)
- 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.
- Overrides:
begin
in class LevelAction
Copyright 2000-2005 Apache Software Foundation.