MailLogger.

Log(string) Method

Summary

Receives and buffers log messages.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core
Containing Type
MailLogger

Syntax

protected override void Log(string message)

Parameters

Name Type Description
message string The message being logged.

Return Value

Type Description
void