NAnt SDK Documentation - v0.85-nightly-2005-11-09

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

[This is preliminary documentation and subject to change.]

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.

Remarks

Missing <remarks> documentation for M:NAnt.Core.Project.Log(NAnt.Core.Level,System.String,System.Object[])

See Also

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