ILogger.

Error(string) Method

Summary

Logs errors or other runtime errors or unexpected conditions.
Namespace
Cake.EntityFramework.Interfaces
Containing Type
ILogger

Syntax

void Error(string message)

Parameters

Name Type Description
message string Message to log

Return Value

Type Description
void