Versions in this module Expand all Collapse all v1 v1.0.1 Oct 17, 2020 Changes in this version + func NewNode(flowOpCtx *model.FlowOperationalContext, meta model.MetaNode, ...) model.Node + type LogNode struct + func (node *LogNode) LoadNodeConfig() error + func (node *LogNode) OnInput(msg *model.Message) ([]model.NodeID, error) + func (node *LogNode) WaitForEvent(responseChannel chan model.ReactorEvent) + type LogNodeConfig struct + IsVariableGlobal bool + LogLevel string + Text string + VariableName string