ILogger.

Information(string) Method

Summary

Logs information or 'interesting' runtime events.
Namespace
Cake.EntityFramework.Interfaces
Containing Type
ILogger

Syntax

void Information(string message)

Parameters

Name Type Description
message string Message to log

Return Value

Type Description
void