Logs & Errors Components of Talend
Logs
& Errors Components
Logs & Errors Components family allow you to log information about the execution of Talend Job.
Below are the components of Logs and Errors
tLogRow
The tLogRow component is part of the Logs & Errors family of components.
tLogRow allows you to write data, that is flowing through your Job (rows), to the console.
This is useful component to aid debugging. You can simply drop it in to a data flow, to see a snapshot of data.tAsset
It sends a non-blocking message to tAssertCatcher.tAssertCatcher.
The tAssertCatcher component is part of the Logs & Errors family of components, and listens for non-blocking messages from tAssert and other die commands.
tChronometerStart
The tChronometerStart component is part of the Logs & Errors family of components and is used in conjunction with tChronometerStop.
tChronometerStop
The tChronometerStop component is part of the Logs & Errors family of components.tChronometerStop records and displays the processing time of a SubJob. tChronometerStop may be used on its own, to record the processing time of a whole SubJob, or in conjunction with tChronometerStart to record from a specific SubJob.
Comments
Post a Comment