Re: [Nant-users] Nant Plain Text Logging

2003-09-30 Thread Gert Driesen
> - Original Message - > From: "Nick Varacalli" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday, September 30, 2003 7:00 PM > Subject: [Nant-users] Nant Plain Text Logging > > nAnt 0.83 final, .Net Framework 1.1. > > A few quick questions: > > * Is there a way to get nAnt t

[Nant-users] Nant Plain Text Logging

2003-09-30 Thread Nick Varacalli
nAnt 0.83 final, .Net Framework 1.1. A few quick questions: * Is there a way to get nAnt to send output to both the console and to a file? I know how to do XML logging, I'm looking for plain text logging. * In script, I can do Console.Writeline to write to the console. However, that doesn't resp