Creating a Job for catching messages triggered by a tWarn component
Create a Job to trigger some messages using the tWarn component, then catch the messages using the tLogCatcher component and display the messages on the console.
Procedure
- Create a new Job and add a tRowGenerator component, a tWarn component, a tLogCatcher component, and a tLogRow component by typing their names in the design workspace or dropping them from the Palette.
- Link the tRowGenerator component to the tWarn component using a Row > Main connection.
- Link the tLogCatcher component to the tLogRow component using a Row > Main connection.