此内容并非为您使用的语言。此处为英文版。
Logs and errors (Integration) components
tAssert | Generates the boolean evaluation on the concern for the Job execution status and provides the Job status messages to tAssertCatcher. |
tAssertCatcher | Generates a data flow consolidating the status information of a job execution and transfer the data into defined output files. |
tChronometerStart | Operates as a chronometer device that starts calculating the processing time of one or more subJobs in the main Job, or that starts calculating the processing time of part of your subJob. |
tChronometerStop | Operates as a chronometer device that stops calculating the processing time of one or more subJobs in the main Job, or that stops calculating the processing time of part of your subJob. tChronometerStop displays the total execution time. |
tDie | Triggers the tLogCatcher component for exhaustive log before killing the Job. |
tFlowMeter | Counts the number of rows processed in the defined flow, so this number can be caught by the tFlowMeterCatcher component for logging purposes. |
tFlowMeterCatcher | Operates as a log function triggered by the use of a tFlowMeter component in the Job. |
tLogCatcher | Operates as a log function triggered by one of the three: Java exception, tDie or tWarn, to collect and transfer log data. |
tLogRow | Displays data or results in the Run console to monitor data processed. |
tStatCatcher | Gathers the Job processing metadata at the Job level and at the component level and transfers the log data to the subsequent component for display or storage. |
tWarn | Triggers a warning often caught by the tLogCatcher component for exhaustive log. |