Project.

Log(Target, Level, string) Method

Summary

Writes a NAnt.Core.Target level message to the build log with the given NAnt.Core.Level.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core
Containing Type
Project

Syntax

public void Log(Target target, Level messageLevel, string message)

Parameters

Name Type Description
target Target The NAnt.Core.Target from which the message originated.
messageLevel Level The level to log at.
message string The message to log.

Return Value

Type Description
void