<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Using Talend Open Studio 6.3 does not allow the use of log() calls for log4j-like logging in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Using-Talend-Open-Studio-6-3-does-not-allow-the-use-of-log-calls/m-p/2255276#M38029</link>
    <description>&lt;P&gt;I have read that the tJava component allows you to use the existing log instance of the Job, for example:&lt;/P&gt;
&lt;P&gt;log.debug("DEBUG: Hello World");&lt;BR /&gt;log.info("INFO: Hello World");&lt;BR /&gt;log.warn("WARN: Hello World");&lt;BR /&gt;log.error("ERROR: Hello World");&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When using Talend Open Studio 6.3.0, I get the compilation error:&lt;/P&gt;
&lt;P&gt;At least job "Test_Log4j" has a compile errors, please fix and export again.&lt;BR /&gt;Error Line: 1446&lt;BR /&gt;Detail Message: log cannot be resolved&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;when using tJava component and&lt;/P&gt;
&lt;P&gt;log.info("INFO: job started");&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I know log4j is not available in Talend Open Studio (free version).&amp;nbsp; But can I still use log()?&lt;/P&gt;
&lt;P&gt;If not, what can I do to use or mimic log4j logging in Talend Open Studio?&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 05:09:35 GMT</pubDate>
    <dc:creator>tale103108</dc:creator>
    <dc:date>2024-11-16T05:09:35Z</dc:date>
    <item>
      <title>Using Talend Open Studio 6.3 does not allow the use of log() calls for log4j-like logging</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Using-Talend-Open-Studio-6-3-does-not-allow-the-use-of-log-calls/m-p/2255276#M38029</link>
      <description>&lt;P&gt;I have read that the tJava component allows you to use the existing log instance of the Job, for example:&lt;/P&gt;
&lt;P&gt;log.debug("DEBUG: Hello World");&lt;BR /&gt;log.info("INFO: Hello World");&lt;BR /&gt;log.warn("WARN: Hello World");&lt;BR /&gt;log.error("ERROR: Hello World");&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When using Talend Open Studio 6.3.0, I get the compilation error:&lt;/P&gt;
&lt;P&gt;At least job "Test_Log4j" has a compile errors, please fix and export again.&lt;BR /&gt;Error Line: 1446&lt;BR /&gt;Detail Message: log cannot be resolved&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;when using tJava component and&lt;/P&gt;
&lt;P&gt;log.info("INFO: job started");&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I know log4j is not available in Talend Open Studio (free version).&amp;nbsp; But can I still use log()?&lt;/P&gt;
&lt;P&gt;If not, what can I do to use or mimic log4j logging in Talend Open Studio?&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 05:09:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Using-Talend-Open-Studio-6-3-does-not-allow-the-use-of-log-calls/m-p/2255276#M38029</guid>
      <dc:creator>tale103108</dc:creator>
      <dc:date>2024-11-16T05:09:35Z</dc:date>
    </item>
    <item>
      <title>Re: Using Talend Open Studio 6.3 does not allow the use of log() calls for log4j-like logging</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Using-Talend-Open-Studio-6-3-does-not-allow-the-use-of-log-calls/m-p/2255277#M38030</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Have you tried to look at custom component which can be used to enable log4j?&lt;/P&gt;
&lt;P&gt;&lt;A title="https://exchange.talend.com/?_ga=2.119802632.1425030005.1564367914-460644329.1557110663#marketplaceproductoverview:marketplace=marketplace%252F1&amp;amp;p=marketplace%252F1%252Fproducts%252F556&amp;amp;pi=marketplace%252F1%252Fproducts%252F556%252Fitems%252F2842" href="https://exchange.talend.com/?_ga=2.119802632.1425030005.1564367914-460644329.1557110663#marketplaceproductoverview:marketplace=marketplace%252F1&amp;amp;p=marketplace%252F1%252Fproducts%252F556&amp;amp;pi=marketplace%252F1%252Fproducts%252F556%252Fitems%252F2842" target="_self" rel="nofollow noopener noreferrer"&gt;https://exchange.talend.com/?_ga=2.119802632.1425030005.1564367914-460644329.1557110663#marketplaceproductoverview:marketplace=marketplace%252F1&amp;amp;p=marketplace%252F1%252Fproducts%252F556&amp;amp;pi=marketplace%252F1%252Fproducts%252F556%252Fitems%252F2842&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Let us know if it helps.&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jul 2019 08:01:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Using-Talend-Open-Studio-6-3-does-not-allow-the-use-of-log-calls/m-p/2255277#M38030</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-07-30T08:01:01Z</dc:date>
    </item>
    <item>
      <title>Re: Using Talend Open Studio 6.3 does not allow the use of log() calls for log4j-like logging</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Using-Talend-Open-Studio-6-3-does-not-allow-the-use-of-log-calls/m-p/2255278#M38031</link>
      <description>&lt;P&gt;Are these components free and available with Talend Open Studio 6.3?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any log4j.properties or log4j.xml setup needed?&lt;/P&gt;&lt;P&gt;Is there a good example of how to use this beyond the example given (the example shows just when the job starts and stops -- I need to log errors as well)?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have been looking at tLog4j, tLog4Catcher, and tInitLog4j components.&amp;nbsp; Are these components better and compatible with TOS 6.3 (it does not seem so based on documentation which says last tested on 6.1).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Examples of these components would be nice!&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jul 2019 17:03:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Using-Talend-Open-Studio-6-3-does-not-allow-the-use-of-log-calls/m-p/2255278#M38031</guid>
      <dc:creator>tale103108</dc:creator>
      <dc:date>2019-07-30T17:03:08Z</dc:date>
    </item>
    <item>
      <title>Re: Using Talend Open Studio 6.3 does not allow the use of log() calls for log4j-like logging</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Using-Talend-Open-Studio-6-3-does-not-allow-the-use-of-log-calls/m-p/2255279#M38032</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;The third party custom components on Talend Exchange are written by talend community users and shared on talend exchange portal, since we don't have the source code of these components. &amp;nbsp;It is the ownership of the person who built it.&lt;/P&gt; 
&lt;P&gt;Feel free to contact the author directly.&lt;/P&gt; 
&lt;P&gt;Best regards&lt;/P&gt; 
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jul 2019 03:14:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Using-Talend-Open-Studio-6-3-does-not-allow-the-use-of-log-calls/m-p/2255279#M38032</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-07-31T03:14:31Z</dc:date>
    </item>
  </channel>
</rss>

