Summary
Writes a message to the build system output.
- Namespace
- Cake
.Common .Build - Containing Type
- I
Build System Service Message Writer
Syntax
void Write(string format, params object[] args)
Parameters
Name | Type | Description |
---|---|---|
format | string | A composite format string. |
args | object[] | An array of objects to write using format. |
Return Value
Type | Description |
---|---|
void |