From 7a06ef0e04703753fb1ff2134c4cd8323e8dc3b8 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Thu, 1 Mar 2001 09:18:30 +0000 Subject: [PATCH] Add task level logging to the list of requested features. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268744 13f79535-47bb-0310-9956-ffa450edef68 --- docs/ant2/requested-features.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/ant2/requested-features.txt b/docs/ant2/requested-features.txt index 39e68a249..79115394f 100644 --- a/docs/ant2/requested-features.txt +++ b/docs/ant2/requested-features.txt @@ -120,3 +120,5 @@ reception getProperties(), an external describing file shipping with the task class or special javadoc comments parsed by a custom doclet. +* allow build file writers to modify logging (verbosity for example) + on a target by target or task by task basis.