|
|
@@ -33,6 +33,15 @@ |
|
|
|
<td valign="top">Append to an existing file?</td> |
|
|
|
<td valign="top" align="center">No - default is false.</td> |
|
|
|
</tr> |
|
|
|
<tr> |
|
|
|
<td valign="top">level</td> |
|
|
|
<td valign="top">Control the level at which this message is reported. |
|
|
|
One of "error", "warning", "info", "verbose", "debug"</td> |
|
|
|
<td valign="top" align="center">No - default is "warning".</td> |
|
|
|
</tr> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</table> |
|
|
|
<h3>Examples</h3> |
|
|
|
<pre> <echo message="Hello world"/></pre> |
|
|
@@ -42,7 +51,11 @@ This is a longer message stretching over |
|
|
|
two lines. |
|
|
|
</echo> |
|
|
|
</pre> |
|
|
|
<pre><echo message="Deleting drive C:" |
|
|
|
level="debug" /></pre> |
|
|
|
|
|
|
|
<hr> |
|
|
|
|
|
|
|
<p align="center">Copyright © 2000,2001 Apache Software Foundation. All rights |
|
|
|
Reserved.</p> |
|
|
|
|
|
|
|