altcover

Echo class

Outputs a possibly coloured string of text to stdout.

public class Echo : Task

Public Members

name description
Echo() The default constructor
Colour { get; set; } The name of the output colour, defaulting to current
Text { get; set; } The text to write, a required parameter
Verbosity { get; set; } Corresponds to command line option -q (expects names of System.Diagnostics.TraceLevel values)
override Execute() Perform the operation

See Also