tLogCatcher
Operates as a log function triggered by one of the three: Java exception, tDie or tWarn, to collect and transfer log data.
Both the tDie and tWarn components are closely related to the tLogCatcher component.They generally make sense when used alongside a tLogCatcher component in order for the log data collected to be encapsulated and passed on to the output defined.
Fetches set fields and messages from Java Exception, tDie and/or tWarn and passes them on to the next component.