Summary
Writes out a formatted string using the same semantics as
string.Format(string, object[])
.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core - Containing Type
- LogWriter
Syntax
public override void WriteLine(string line, params Object[] args)
Parameters
Name | Type | Description |
---|---|---|
line | string | The formatting string. |
args | Object[] | The object array to write into format string. |
Return Value
Type | Description |
---|---|
void |