NAnt SDK Documentation - v0.92

Project.Log Method (Level, String, Object[])

Writes a Project level formatted message to the build log with the given Level.

[Visual Basic]
Overloads Public Sub Log( _
   ByVal messageLevel As Level, _
   ByVal message As String, _
   ParamArray args As Object() _
)
[C#]
public void Log(
   Level messageLevel,
   string message,
   params object[] args
);

Parameters

messageLevel
The Level to log at.
message
The message to log, containing zero or more format items.
args
An Object array containing zero or more objects to format.

See Also

Project Class | NAnt.Core Namespace | Project.Log Overload List