Summary
Method to write single line message with optional args, usually
written to precede the general failure message.
- Namespace
- TCLite
.Constraints - Containing Type
- MessageWriter
Syntax
public void WriteMessageLine(string message, params object[] args)
Parameters
Name | Type | Description |
---|---|---|
message | string | The message to be written |
args | object[] | Any arguments used in formatting the message |
Return Value
Type | Description |
---|---|
void |