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

Project.Log Method (Level, String)

[This is preliminary documentation and subject to change.]

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

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

Parameters

messageLevel
The Level to log at.
message
The message to log.

Remarks

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

See Also

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