NAnt SDK Documentation - v0.92

Project.Log Method (Target, Level, String)

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

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

Parameters

target
The Target from which the message orignated.
messageLevel
The level to log at.
message
The message to log.

See Also

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