Outputs a possibly coloured string of text to stdout
.
public class Echo : Task
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 |