log

Log a pub to the console.

The log action is used for tracking errors and performance issues. 

Configuring a log Action

The log action has two configurations:

  • Debounce time in milliseconds: a whole number for the debounce, or the amount of time for which to register
  • The string to log out in addition to the default parameters: the string to appear in the console log
The log Action at run time