Browse Source

Wow, I never knew that echo had a reporting level. Time it got written up.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269925 13f79535-47bb-0310-9956-ffa450edef68
master
Steve Loughran 23 years ago
parent
commit
088e18fc19
1 changed files with 13 additions and 0 deletions
  1. +13
    -0
      docs/manual/CoreTasks/echo.html

+ 13
- 0
docs/manual/CoreTasks/echo.html View File

@@ -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> &lt;echo message=&quot;Hello world&quot;/&gt;</pre>
@@ -42,7 +51,11 @@ This is a longer message stretching over
two lines.
&lt;/echo&gt;
</pre>
<pre>&lt;echo message=&quot;Deleting drive C:&quot;
level=&quot;debug&quot; /&gt;</pre>

<hr>

<p align="center">Copyright &copy; 2000,2001 Apache Software Foundation. All rights
Reserved.</p>



Loading…
Cancel
Save