Summary
Writes the text representation of the specified array of objects, followed
by the current line terminator, to the console error output using the
specified format information.
- Namespace
- Cake
.Testing - Containing Type
- FakeConsole
Syntax
public void WriteErrorLine(string format, params object[] arg)
Parameters
| Name | Type | Description |
|---|---|---|
| format | string | A composite format string. |
| arg | object[] | An array of objects to write using format. |
Return Value
| Type | Description |
|---|---|
| void |
