[tag libraries]
[tags]
A tag which generates DEBUG level logging statement usingthe given category name.
Attribute Name | Type | Description |
encode | boolean | Sets whether the body of the tag should be encoded as text (so that <and >areencoded as < and >) or leave the text as XML which is the default. |
escapeText | boolean |
|
log | org.apache.commons.logging.Log | Sets the Log instance to use for logging. |
name | java.lang.String | Sets the name of the logger to use |
trim | boolean |
|
A tag which generates ERROR level logging statement usingthe given category name.
Attribute Name | Type | Description |
encode | boolean | Sets whether the body of the tag should be encoded as text (so that <and >areencoded as < and >) or leave the text as XML which is the default. |
escapeText | boolean |
|
log | org.apache.commons.logging.Log | Sets the Log instance to use for logging. |
name | java.lang.String | Sets the name of the logger to use |
trim | boolean |
|
A tag which generates FATAL level logging statement usingthe given category name.
Attribute Name | Type | Description |
encode | boolean | Sets whether the body of the tag should be encoded as text (so that <and >areencoded as < and >) or leave the text as XML which is the default. |
escapeText | boolean |
|
log | org.apache.commons.logging.Log | Sets the Log instance to use for logging. |
name | java.lang.String | Sets the name of the logger to use |
trim | boolean |
|
A tag which generates INFO level logging statement usingthe given category name.
Attribute Name | Type | Description |
encode | boolean | Sets whether the body of the tag should be encoded as text (so that <and >areencoded as < and >) or leave the text as XML which is the default. |
escapeText | boolean |
|
log | org.apache.commons.logging.Log | Sets the Log instance to use for logging. |
name | java.lang.String | Sets the name of the logger to use |
trim | boolean |
|
A tag which generates TRACE level logging statement usingthe given category name.
Attribute Name | Type | Description |
encode | boolean | Sets whether the body of the tag should be encoded as text (so that <and >areencoded as < and >) or leave the text as XML which is the default. |
escapeText | boolean |
|
log | org.apache.commons.logging.Log | Sets the Log instance to use for logging. |
name | java.lang.String | Sets the name of the logger to use |
trim | boolean |
|
A tag which generates WARN level logging statement usingthe given category name.
Attribute Name | Type | Description |
encode | boolean | Sets whether the body of the tag should be encoded as text (so that <and >areencoded as < and >) or leave the text as XML which is the default. |
escapeText | boolean |
|
log | org.apache.commons.logging.Log | Sets the Log instance to use for logging. |
name | java.lang.String | Sets the name of the logger to use |
trim | boolean |
|