diff --git a/docs/manual/CoreTasks/echo.html b/docs/manual/CoreTasks/echo.html index af147853d..570b780e3 100644 --- a/docs/manual/CoreTasks/echo.html +++ b/docs/manual/CoreTasks/echo.html @@ -33,6 +33,15 @@ Append to an existing file? No - default is false. + + level + Control the level at which this message is reported. + One of "error", "warning", "info", "verbose", "debug" + No - default is "warning". + + + +

Examples

  <echo message="Hello world"/>
@@ -42,7 +51,11 @@ This is a longer message stretching over two lines. </echo> +
<echo message="Deleting drive C:" 
+  level="debug" />
+
+

Copyright © 2000,2001 Apache Software Foundation. All rights Reserved.