CakeSpectreReportPrinter.

WriteLifeCycleStep(string, Verbosity) Method

Summary

Writes the specified lifecyle steps (i.e. Setup/TearDown) to a target.
Namespace
Cake.Cli
Containing Type
CakeSpectreReportPrinter

Syntax

public void WriteLifeCycleStep(string name, Verbosity verbosity)

Parameters

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

Return Value

Type Description
void