CakeLogger.

Error(string) Method

Summary

Logs errors or other runtime errors or unexpected conditions.

Syntax

public void Error(string message)

Parameters

Name Type Description
message string Message to log

Return Value

Type Description
void