diff options
Diffstat (limited to 'docs/devGuideDB')
-rw-r--r-- | docs/devGuideDB/antsupport.xml | 10 |
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> |