LogExtensions.

Error(ICakeLog, string, object[]) Method

Summary

Writes an error message to the log using the specified format information.
Namespace
Cake.Core.Diagnostics
Containing Type
LogExtensions

Syntax

public static void Error(this ICakeLog log, string format, params object[] args)

Parameters

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

Return Value

Type Description
void