Project.

Log(Level, string, Object[]) Method

Summary

Writes a NAnt.Core.Project level formatted 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(Level messageLevel, string message, params Object[] args)

Parameters

Name Type Description
messageLevel Level The NAnt.Core.Level to log at.
message string The message to log, containing zero or more format items.
args Object[] An System.Object array containing zero or more objects to format.

Return Value

Type Description
void