LoggingAliases.

Information(ICakeContext, string) Method

Summary

Writes an informational message to the log using the specified string value.
Namespace
Cake.Common.Diagnostics
Containing Type
LoggingAliases

Syntax

[CakeMethodAlias]
[CakeAliasCategory("Information")]
public static void Information(this ICakeContext context, string value)

Examples

Information("{string}");

Attributes

Type Description
CakeMethodAliasAttribute An attribute used to mark script method aliases.
CakeAliasCategoryAttribute An attribute used for documentation of alias methods/properties.

Parameters

Name Type Description
context ICakeContext The context.
value string The value.

Return Value

Type Description
void