kanzi::autogen::ui::action

Module write_log_action

Structs§

  • The property type on this node that will be argument 0 for the log message.
  • The property type on this node that will be argument 1 for the log message.
  • The property type on this node that will be argument 2 for the log message.
  • The property type on this node that will be argument 3 for the log message.
  • The property type on this node that will be argument 4 for the log message.
  • The property type on this node that will be argument 5 for the log message.
  • The property type on this node that will be argument 6 for the log message.
  • The property type on this node that will be argument 7 for the log message.
  • The property type on this node that will be argument 8 for the log message.
  • The property type on this node that will be argument 9 for the log message.
  • The property type on this node that will be argument 10 for the log message.
  • The property type on this node that will be argument 11 for the log message.
  • The property type on this node that will be argument 12 for the log message.
  • The property type on this node that will be argument 13 for the log message.
  • The property type on this node that will be argument 14 for the log message.
  • The property type on this node that will be argument 15 for the log message.
  • 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.
  • Base abstraction class for Action classes. See: Action, ApplyAction.
  • The time in milliseconds after which Kanzi invokes the action.
  • ForwardingAction is the base class for the action classes that read and send arguments, such as SetPropertyAction or DispatchMessageAction.
  • The text to write to the Kanzi Studio Log window when a trigger executes this action.
  • 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.

Traits§