how to run nant script in command line and get the timings of each task on the log file.
using nant task or NAnt -buildfile:testscript.build testnanttarget
this produces console output but i cant see any timing information.
all i wanted is on each log message if nant prefixes datatime that will help me a lot.
i know nant uses log4net if i change the patternlayout in nant.exe.config it is still not working.