You might want to have a look at the log4j project. It's an excellent logging package. It might help you get some ideas flowing.
I think the url is http://www.log4j.org. Ken > -----Original Message----- > From: Reynolds, Ron [mailto:[EMAIL PROTECTED] > Sent: Wednesday, June 07, 2000 6:01 PM > To: '[EMAIL PROTECTED]' > Subject: RE: Feature > > > i also need logging ability, but on a task-level. having the entire build > logged to file would just be information-overload. is there anything to > support this granularity of logging? > > i was thinking i might have to write a jar-log and javac-log set of task > handlers for that, though personally i thought it'd be much better to have > something like: > <log file="mylogfile.log"> > <javac .../> > <jar .../> > </log> > but i haven't been able to think up a straight-forward way to do > this short > of an OS-level redirect of stdout... > ..........ron. > > -----Original Message----- > From: Ken Wood [mailto:[EMAIL PROTECTED] > Sent: Wednesday, June 07, 2000 2:42 PM > To: [EMAIL PROTECTED] > Subject: Re: Feature > > > You didn't specify in detail what you > want, but there is a command line option: > > ant -logfile FILE_NAME. > > Is that what you want? > > Brill Pappin wrote: > > > > I'd like a way to redirect output to a log file... is this already built > > into Ant, or is someone working on it? > > > > - Brill Pappin > > - >
