Log4j 1.3alpha

org.apache.log4j.config
Class Action

java.lang.Object
  |
  +--org.apache.log4j.config.Action

public abstract class Action
extends Object

Most of the work for configuring log4j is done by Actions. Methods of an Action are invoked while an XML file is parsed through. This class is largely copied from the relevant class in the commons-digester project of the Apache Software Foundation.

Author:
Craig McClanahan, Ceki Gülcü

Constructor Summary
Action()
           
 
Method Summary
abstract  void begin(Attributes attributes)
           
abstract  void body(String text)
           
abstract  void end()
           
abstract  void finish()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Action

public Action()
Method Detail

begin

public abstract void begin(Attributes attributes)

body

public abstract void body(String text)

end

public abstract void end()

finish

public abstract void finish()

Log4j 1.3alpha

Copyright 2000-2003 Apache Software Foundation.