Table of Contents

Delegate FlowLogger.LogFlowMessageAsync

Namespace
CMS.Plugin.FlowManagement.Abstractions.FlowBusiness
Assembly
CMS.Plugin.FlowManagement.Abstractions.dll

Occurs when [on log flow message].

public delegate Task FlowLogger.LogFlowMessageAsync(string categoryName, string message, LogLevel logLevel, BusinessProcessflow flow)

Parameters

categoryName string
Occurs when [on log flow message].
message string
Occurs when [on log flow message].
logLevel LogLevel
Occurs when [on log flow message].
flow BusinessProcessflow
Occurs when [on log flow message].

Returns

Task
Occurs when [on log flow message].