aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorwisberg <wisberg>2006-06-13 19:45:44 +0000
committerwisberg <wisberg>2006-06-13 19:45:44 +0000
commit008efca98bdfe5cda6c32ec75575facf7da2c687 (patch)
tree7fdd65eacff28a6d84c85afbfd5817cef1b0269f /docs
parentf58b5d89371ed4454e65dbbca54032db4039151a (diff)
downloadaspectj-008efca98bdfe5cda6c32ec75575facf7da2c687.tar.gz
aspectj-008efca98bdfe5cda6c32ec75575facf7da2c687.zip
Fix 136707 new logCommand option emits command line to INFO
Diffstat (limited to 'docs')
-rw-r--r--docs/devGuideDB/antsupport.xml10
1 files changed, 9 insertions, 1 deletions
diff --git a/docs/devGuideDB/antsupport.xml b/docs/devGuideDB/antsupport.xml
index cba940e1a..445c37e48 100644
--- a/docs/devGuideDB/antsupport.xml
+++ b/docs/devGuideDB/antsupport.xml
@@ -481,7 +481,15 @@
<entry><para>verbose
</para></entry>
<entry><para>
- If true, emit compiler status messages during the compile.
+ If true, log compiler verbose messages as Project.INFO during the compile.
+ </para></entry>
+ </row>
+ <row>
+ <entry><para>logCommand
+ </para></entry>
+ <entry><para>
+ If true, log compiler command elements as Project.INFO
+ (rather than the usual Project.VERBOSE level).
</para></entry>
</row>
<row>