MessageWriter.

WriteMessageLine(int, string, object[]) Method

Summary

Method to write single line message with optional args, usually written to precede the general failure message, at a givel indentation level.
Namespace
TCLite.Constraints
Containing Type
MessageWriter

Syntax

public abstract void WriteMessageLine(int level, string message, params object[] args)

Parameters

Name Type Description
level int The indentation level of the message
message string The message to be written
args object[] Any arguments used in formatting the message

Return Value

Type Description
void