LogExtensions.

Error(ICakeLog, object) Method

Summary

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

Syntax

public static void Error(this ICakeLog log, object value)

Parameters

Name Type Description
log ICakeLog The log.
value object The value.

Return Value

Type Description
void