NAnt SDK Documentation - v0.92 |
|
LogWriter.WriteLine Method (String)
Writes a string to the logging infrastructure.
[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.
See Also
LogWriter Class | NAnt.Core Namespace | LogWriter.WriteLine Overload List