Project.

Log(Task, Level, string) Method

Summary

Writes a NAnt.Core.Task task 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(Task task, Level messageLevel, string message)

Parameters

Name Type Description
task Task The NAnt.Core.Task from which the message originated.
messageLevel Level The NAnt.Core.Level to log at.
message string The message to log.

Return Value

Type Description
void