Uses of Class
org.apache.commons.jelly.tags.log.LogTagSupport

Packages that use LogTagSupport
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. 
 

Uses of LogTagSupport in org.apache.commons.jelly.tags.log
 

Subclasses of LogTagSupport in org.apache.commons.jelly.tags.log
 class DebugTag
          A tag which generates DEBUG level logging statement using the given category name.
 class ErrorTag
          A tag which generates ERROR level logging statement using the given category name.
 class FatalTag
          A tag which generates FATAL level logging statement using the given category name.
 class InfoTag
          A tag which generates INFO level logging statement using the given category name.
 class TraceTag
          A tag which generates TRACE level logging statement using the given category name.
 class WarnTag
          A tag which generates WARN level logging statement using the given category name.
 



Copyright © 2011. All Rights Reserved.