NAnt SDK Documentation - v0.85-nightly-2005-11-09

IBuildListener Interface

[This is preliminary documentation and subject to change.]

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 Missing <summary> documentation for T:NAnt.Core.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.

Remarks

Missing <remarks> documentation for T:NAnt.Core.IBuildListener

Requirements

Namespace: NAnt.Core

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

See Also

IBuildListener Members | NAnt.Core Namespace