From 088e18fc192a06463c928c077ba432b94a55a146 Mon Sep 17 00:00:00 2001 From: Steve Loughran Date: Fri, 16 Nov 2001 06:44:33 +0000 Subject: [PATCH] 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 --- docs/manual/CoreTasks/echo.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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.