Interface used by NAnt to log the build output.
For a list of all members of this type, see IBuildLogger Members.
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. |
Depending on the supplied command-line arguments, NAnt will set the OutputWriter to Out or a StreamWriter with a file as backend store.
Namespace: NAnt.Core
Assembly: NAnt.Core (in NAnt.Core.dll)
IBuildLogger Members | NAnt.Core Namespace