Package org.apache.commons.jelly.tags.log

Custom tags for generating textual logging information using commons-logging which will use either log4j, logkit or JDK1.4 logging depending on the classpath and configuration.

See:
          Description

Class Summary
DebugTag A tag which generates DEBUG level logging statement using the given category name.
ErrorTag A tag which generates ERROR level logging statement using the given category name.
FatalTag A tag which generates FATAL level logging statement using the given category name.
InfoTag A tag which generates INFO level logging statement using the given category name.
LogTagLibrary Describes the Taglib.
LogTagSupport An abstract base class for any logging tag..
TraceTag A tag which generates TRACE level logging statement using the given category name.
WarnTag A tag which generates WARN level logging statement using the given category name.
 

Package org.apache.commons.jelly.tags.log Description

Custom tags for generating textual logging information using commons-logging which will use either log4j, logkit or JDK1.4 logging depending on the classpath and configuration.