NAnt SDK Documentation - v0.92

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

Logs a message with the given priority.

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

Parameters

messageLevel
The message priority at which the specified message is to be logged.
message
The message to log, containing zero or more format items.
args
An Object array containing zero or more objects to format.

Remarks

The actual logging is delegated to the underlying task.

See Also

SolutionBase Class | NAnt.VSNet Namespace | SolutionBase.Log Overload List