Log4j 1.3alpha-1

Uses of Class
org.apache.joran.action.Action

Packages that use Action
org.apache.joran   
org.apache.joran.action   
org.apache.log4j.joran.action   
 

Uses of Action in org.apache.joran
 

Methods in org.apache.joran with parameters of type Action
 void RuleStore.addRule(Pattern pattern, Action action)
           
 

Uses of Action in org.apache.joran.action
 

Subclasses of Action in org.apache.joran.action
 class ImplicitAction
          ImplcitActions are like normal (explicit) actions except that are applied by the parser when no other pattern applies.
 class NestComponentIA
           
 class NewRuleAction
           
 class ParamAction
           
 

Uses of Action in org.apache.log4j.joran.action
 

Subclasses of Action in org.apache.log4j.joran.action
 class ActionBase
          ActionBase extension Action by adding logging capabilities
 class AppenderAction
           
 class AppenderRefAction
           
 class ConfigurationAction
           
 class ConversionRuleAction
           
 class LayoutAction
           
 class LevelAction
           
 class LoggerAction
           
 class PluginAction
           
 class PriorityAction
          This action allows us to warn users that the Priority element has been deprecated but is still accepted.
 class PropertyAction
          This class serves as a base for other actions, which similar to the ANT task which add/set properties of a given object.
 class RepositoryPropertyAction
           
 class RootLoggerAction
           
 class SubstitutionPropertyAction
          This action set new substitution property for the execution context by name, value pair, or adds all the properties found in the specified file.
 


Log4j 1.3alpha-1

Copyright 2000-2003 Apache Software Foundation.