----- Original Message ----- 
From: "Ben Lowery" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, October 15, 2003 5:27 PM
Subject: Re: [Nant-users] Logging failures or successes


> > I actually didn't think about this immediately, but adding zip support
to
> > the MailLogger would add a dependency for #ziplib to NAnt.Core, and I'm
not
> > sure if we want that ...
>
> As a different option, could Nick write a custom logger or listener and
> have that type take care of writing a compressed file using #ziplib?
> Are there limitations to what can be done with a custom logger or
> listener as compared to what the mail task does?

nope, no limitations at all ..

It should just implement IBuildLogger, but most of the time you would derive
from DefaultLogger to make sure messages are also output to the console.

Gert



-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to