AppCenterAliases.

AppCenterAnalyticsLogFlow(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 void AppCenterAnalyticsLogFlow(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
void