Log4j 1.3alpha

org.apache.joran.action
Class RootLoggerAction

java.lang.Object
  |
  +--org.apache.joran.action.Action
        |
        +--org.apache.joran.action.RootLoggerAction

public class RootLoggerAction
extends Action


Field Summary
 
Fields inherited from class org.apache.joran.action.Action
inError
 
Constructor Summary
RootLoggerAction()
           
 
Method Summary
 void begin(ExecutionContext ec, Element loggerElement)
          Called when the parser first encounters an element.
 void end(ExecutionContext ec, Element e)
           
 void finish(ExecutionContext ec)
           
 
Methods inherited from class org.apache.joran.action.Action
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RootLoggerAction

public RootLoggerAction()
Method Detail

begin

public void begin(ExecutionContext ec,
                  Element loggerElement)
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

end

public void end(ExecutionContext ec,
                Element e)
Specified by:
end in class Action

finish

public void finish(ExecutionContext ec)
Specified by:
finish in class Action

Log4j 1.3alpha

Copyright 2000-2003 Apache Software Foundation.