NAnt SDK Documentation - v0.92

LogWriter.WriteLine Method (String, Object[])

Writes out a formatted string using the same semantics as Format.

[Visual Basic]
Overrides Overloads Public Sub WriteLine( _
   ByVal line As String, _
   ParamArray args As Object() _
)
[C#]
public override void WriteLine(
   string line,
   params object[] args
);

Parameters

line
The formatting string.
args
The object array to write into format string.

See Also

LogWriter Class | NAnt.Core Namespace | LogWriter.WriteLine Overload List