Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
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 © 2014. All Rights Reserved.