If it's acceptable to get the log with a specific loglevel in a file, you
could use record :
<record name="log.txt" action="start" loglevel="debug"/>
        <...
<record name="log.txt" loglevel="verbose"/>
...
<record name="log.txt" loglevel="info"/>
...
<record name="log.txt" action="stop" />


----- Original Message -----
From: "Geoff Meakin" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, September 17, 2002 4:19 PM
Subject: changing debug mid-session


> Hi all,
>
> does anyone know whether it is possible to change
> the debug setting whilst ANT is running. I.e. is
> there anything that can be used to switch debug
> from "quiet" or "normal" TO "verbose" or "debug"
> for a specific target in your build.xml, and then
> switch it back afterwards?
>
> Cheers
> -Geoff
>
>
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to