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ü
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Action
public Action()
begin
public abstract void begin(Attributes attributes)
body
public abstract void body(String text)
end
public abstract void end()
finish
public abstract void finish()
Copyright 2000-2003 Apache Software Foundation.