stevel      01/11/15 22:44:34

  Modified:    docs/manual/CoreTasks echo.html
  Log:
  Wow, I never knew that echo had a reporting level. Time it got written up.
  
  Revision  Changes    Path
  1.5       +13 -0     jakarta-ant/docs/manual/CoreTasks/echo.html
  
  Index: echo.html
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/docs/manual/CoreTasks/echo.html,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- echo.html 2001/10/30 10:05:34     1.4
  +++ echo.html 2001/11/16 06:44:33     1.5
  @@ -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 @@
   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>
   
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to