NAnt SDK Documentation - v0.92

IBuildListener Interface

Instances of classes that implement this interface can register to be notified when things happen during a build.

For a list of all members of this type, see IBuildListener Members.

NAnt.Core.IBuildListener
   NAnt.Core.IBuildLogger

[Visual Basic]
Public Interface IBuildListener
[C#]
public interface IBuildListener

Types that implement IBuildListener

Type Description
DefaultLogger  
MailLogger Buffers log messages from DefaultLogger, and sends an e-mail with the results.
XmlLogger Used to wrap log messages in xml <message/> elements.

Requirements

Namespace: NAnt.Core

Assembly: NAnt.Core (in NAnt.Core.dll)

See Also

IBuildListener Members | NAnt.Core Namespace