Log4j 1.3alpha-8

org.apache.log4j.joran.action
Class LayoutAction

java.lang.Object
  |
  +--org.apache.log4j.spi.ComponentBase
        |
        +--org.apache.log4j.joran.action.Action
              |
              +--org.apache.log4j.joran.action.LayoutAction
All Implemented Interfaces:
Component

public class LayoutAction
extends Action


Fields inherited from class org.apache.log4j.joran.action.Action
ACTION_CLASS_ATTRIBUTE, CLASS_ATTRIBUTE, FILE_ATTRIBUTE, NAME_ATTRIBUTE, PATTERN_ATTRIBUTE, VALUE_ATTRIBUTE
 
Fields inherited from class org.apache.log4j.spi.ComponentBase
repository
 
Constructor Summary
LayoutAction()
           
 
Method Summary
 void begin(org.apache.log4j.joran.spi.ExecutionContext ec, String name, Attributes attributes)
          Instantiates an layout of the given class and sets its name.
 void end(org.apache.log4j.joran.spi.ExecutionContext ec, String e)
          Once the children elements are also parsed, now is the time to activate the appender options.
 void finish(org.apache.log4j.joran.spi.ExecutionContext ec)
           
 
Methods inherited from class org.apache.log4j.joran.action.Action
getColumnNumber, getLineNumber, toString
 
Methods inherited from class org.apache.log4j.spi.ComponentBase
getLogger, getLoggerRepository, getNonFloodingLogger, resetErrorCount, setLoggerRepository
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LayoutAction

public LayoutAction()
Method Detail

begin

public void begin(org.apache.log4j.joran.spi.ExecutionContext ec,
                  String name,
                  Attributes attributes)
Instantiates an layout of the given class and sets its name.
Overrides:
begin in class Action

end

public void end(org.apache.log4j.joran.spi.ExecutionContext ec,
                String e)
Once the children elements are also parsed, now is the time to activate the appender options.
Overrides:
end in class Action

finish

public void finish(org.apache.log4j.joran.spi.ExecutionContext ec)

Log4j 1.3alpha-8

Copyright © 2000-2006 Apache Software Foundation.
Licensed under the Apache License, Version 2.0.