ICakeReportPrinter.

WriteStep(string, Verbosity) Method

Summary

Writes the specified step to a target.
Namespace
Cake.Core
Containing Type
ICakeReportPrinter

Syntax

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