CakeLogger.

Information(string) Method

Summary

Logs information or 'interesting' runtime events.

Syntax

public void Information(string message)

Parameters

Name Type Description
message string Message to log

Return Value

Type Description
void