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

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.