Is the buffering done in a logger or is it internal to Ant i.e. does Ant
wait for the line break and then flush the buffer to the logger or does
logger wait for the line break?

Thanks!

On Jan 8, 2008 4:27 PM, Dominique Devienne <[EMAIL PROTECTED]> wrote:

> On Jan 8, 2008 10:12 AM, Gary Gregory <[EMAIL PROTECTED]>
> wrote:
> > You could call [1] the Ant task "echo" [2] from your Java code.
>
> Which will do a println, not a print. I don't think there's any way
> around the buffering Ant does, unless the logging code is modified
> explicitly to support it. --DD
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to