Module write_log_action Copy item path ARGUMENT0_PROPERTY The property type on this node that will be argument 0 for the log message. ARGUMENT1_PROPERTY The property type on this node that will be argument 1 for the log message. ARGUMENT2_PROPERTY The property type on this node that will be argument 2 for the log message. ARGUMENT3_PROPERTY The property type on this node that will be argument 3 for the log message. ARGUMENT4_PROPERTY The property type on this node that will be argument 4 for the log message. ARGUMENT5_PROPERTY The property type on this node that will be argument 5 for the log message. ARGUMENT6_PROPERTY The property type on this node that will be argument 6 for the log message. ARGUMENT7_PROPERTY The property type on this node that will be argument 7 for the log message. ARGUMENT8_PROPERTY The property type on this node that will be argument 8 for the log message. ARGUMENT9_PROPERTY The property type on this node that will be argument 9 for the log message. ARGUMENT10_PROPERTY The property type on this node that will be argument 10 for the log message. ARGUMENT11_PROPERTY The property type on this node that will be argument 11 for the log message. ARGUMENT12_PROPERTY The property type on this node that will be argument 12 for the log message. ARGUMENT13_PROPERTY The property type on this node that will be argument 13 for the log message. ARGUMENT14_PROPERTY The property type on this node that will be argument 14 for the log message. ARGUMENT15_PROPERTY The property type on this node that will be argument 15 for the log message. Action Actions are small operations that Kanzi executes when the trigger event that contains that action occurs
and the trigger conditions are met. Action is the base class for actions. For example, if you want to perform
a simple operation, such as set a value of a property, you can use a trigger with the SetPropertyAction
action. ActionBase Base abstraction class for Action classes.
See: Action, ApplyAction. DELAY_PROPERTY The time in milliseconds after which Kanzi invokes the action. ForwardingAction ForwardingAction is the base class for the action classes that read and send arguments, such as
SetPropertyAction or DispatchMessageAction. IActionBase IForwardingActionBase LOG_TEXT_PROPERTY The text to write to the Kanzi Studio Log window when a trigger executes this action. WriteLogAction Use the WriteLogAction class to attach logging functionality to a trigger. When
a trigger that has a WriteLogAction attached is set off, the action is executed
and it writes the string that you set in the LogTextProperty to the Kanzi Studio
Log window in the log category KZ_LOG_CATEGORY_GENERIC. IAction IForwardingAction