Dan Munk wrote:
I would like to keep NAnt log4net logging off, but enable it for myI don't understand the question. NAnt only runs your tasks, so why aren't they the same? Do you mean just custom tasks you've implemented, as opposed to all the tasks being used in your build file? Or tasks invoked directly by your build file and not in build files you import or invoke with the <nant> task? Or something else?
tasks only. I've been working with the NAnt.exe.config file and I
haven't been able to enable my task logging without enabling NAnt
logging. Any help would be appreciated.
You could, in theory, use the XML logger and then select out the information you want. But that may not be the easiest or best thing to do.
Gary
------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Nant-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nant-users
