NAnt SDK Documentation - v0.85-nightly-2005-11-09 |
|
LogWriter.WriteLine Method (String)
[This is preliminary documentation and subject to change.]
Writes a string followed by a line terminator to the text stream.
[Visual Basic]
Overrides Overloads Public Sub WriteLine( _
ByVal
value As
String _
)
[C#]
public override
void WriteLine(
string value);
Parameters
-
value
- The string to write. If value is a null reference, only the line termination characters are written.
Remarks
Missing <remarks> documentation for M:NAnt.Core.LogWriter.WriteLine(System.String)
See Also
LogWriter Class | NAnt.Core Namespace | LogWriter.WriteLine Overload List