Talend Exchange is the place where Talend community can share items
related to Talend opensource products, such as Data Integration, Data Quality and Data Master Management.
Contribution is open to any user, no specific validation is needed.
As soon as you have your forum account, you automatically get a Talend Exchange account.
About: - This component is a part of a set of 2 components that allow you to choose between the standard Talend logging framework
(better suited for technical logs),
and the log4J logging framework better suited for business logs (see here : http://logging.apache.org/log4j/1.2/index.html).
- This component is designed to be used with the tInitLog4J component.
- This component requires a message that can be a combination of basic java String and row properties (ex : \"hello :\"+ row1.name)
- You need to choose a log level and to give a logger name that match one of the loggers defined in the configuration used by the tInitLog4J component.
- Thanks to Mathieu Lecarme for the graphics ;-)
- Thanks to OpenWide for saving me a few time to do this ;)
This Java UDI check emails by sending a SMTP request to mail server. the code sample can be found at: http://www.rgagnon.com/javadetails/java-0452.html