RawBuildLog.

RawBuildLog(IConsole, Verbosity) Constructor

Summary

Initializes a new instance of the RawBuildLog class.
Assembly
Cake.Module.Shared.dll
Namespace
Cake.Module.Shared
Containing Type
RawBuildLog

Syntax

public RawBuildLog(IConsole console, Verbosity verbosity = 2)

Parameters

Name Type Description
console IConsole The IConsole implementation to log to.
verbosity Verbosity Initial verbosity.

Return Value

Type Description
void