CakeSpectreReportPrinter.

WriteStep(string, Verbosity) Method

Summary

Writes the specified step to a target.
Namespace
Cake.Cli
Containing Type
CakeSpectreReportPrinter

Syntax

public void WriteStep(string name, Verbosity verbosity)

Parameters

Name Type Description
name string The name of the step.
verbosity Verbosity The Verbosity at which the step should be written.

Return Value

Type Description
void