AppCenterAliases.

AppCenterAnalyticsLogFlowWithResult(ICakeContext, AppCenterAnalyticsLogFlowSettings) Method

Summary

Command to see the incoming logs in real time
Assembly
Cake.AppCenter.dll
Namespace
Cake.AppCenter
Containing Type
AppCenterAliases

Syntax

public static IEnumerable<string> AppCenterAnalyticsLogFlowWithResult(this ICakeContext context, AppCenterAnalyticsLogFlowSettings settings)

Attributes

Type Description
CakeMethodAliasAttribute
CakeAliasCategoryAttribute

Parameters

Name Type Description
context ICakeContext The context.
settings AppCenterAnalyticsLogFlowSettings The settings.

Return Value

Type Description
IEnumerable<string> Output lines.