Summary
Writes a string to the logging infrastructure.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core - Containing Type
- LogWriter
Syntax
public override void WriteLine(string value)
Parameters
| Name | Type | Description |
|---|---|---|
| value | string | The string to write. If value is a null reference, only the line termination characters are written. |
Return Value
| Type | Description |
|---|---|
| void |
