CakeBuildLog.

Write(Verbosity, LogLevel, string, object[]) Method

Summary

Writes the text representation of the specified array of objects to the log using the specified verbosity, log level and format information.
Namespace
Cake.Core.Diagnostics
Containing Type
CakeBuildLog

Syntax

public void Write(Verbosity verbosity, LogLevel level, string format, params object[] args)

Parameters

Name Type Description
verbosity Verbosity The verbosity.
level LogLevel The log level.
format string A composite format string.
args object[] An array of objects to write using format.

Return Value

Type Description
void