<?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 Re: enable jog4j in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/enable-jog4j/m-p/2233702#M23293</link>
    <description>Hello,
Can you get "log4j" check box on your custom component? What's your build version you are using? Are you using talend subscription solution?

Note: The log4j feature is only available in Talend subscription product starting from version 5.6.        Best regards
Sabrina</description>
    <pubDate>Wed, 07 Jun 2017 05:02:54 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-06-07T05:02:54Z</dc:date>
    <item>
      <title>enable jog4j</title>
      <link>https://community.qlik.com/t5/Talend-Studio/enable-jog4j/m-p/2233699#M23290</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I want to create a custom component. Inside the component I want to use a logger. I see from other components that they use&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;lt;%if(isLog4jEnabled) {%&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;log.info(....)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How can I enabled log4j inside the studio and inside karaf?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Greets&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Benjamin&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 09:43:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/enable-jog4j/m-p/2233699#M23290</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T09:43:17Z</dc:date>
    </item>
    <item>
      <title>Re: enable jog4j</title>
      <link>https://community.qlik.com/t5/Talend-Studio/enable-jog4j/m-p/2233700#M23291</link>
      <description>Hello, In order to enable log4j for a custom component, proceed as follows: Open the *_java.xml file corresponding to the custom component for which you want to enable log4j. In the HEADER element of this file, add the following line: LOG4J_ENABLED="true" The HEADER element of your *_java.xml file should look like this: &amp;lt;HEADER plateform="ALL" serial="" version="2.0" status="ALPHA" compatibility="ALL" author="Component Author" release_date="20070525A" startable="false" log4j_enabled="true"&amp;gt; &amp;lt;SIGNATURE&amp;gt;&amp;lt;/SIGNATURE&amp;gt; &amp;lt;/HEADER&amp;gt; Note that it is advised to append the log4j attribute to the last attribute of the HEADER element. Let us know if it is OK with us. Best regards Sabrina</description>
      <pubDate>Tue, 06 Jun 2017 09:03:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/enable-jog4j/m-p/2233700#M23291</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-06T09:03:15Z</dc:date>
    </item>
    <item>
      <title>Re: enable jog4j</title>
      <link>https://community.qlik.com/t5/Talend-Studio/enable-jog4j/m-p/2233701#M23292</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;no not working. I have set&amp;nbsp;LOG4J_ENABLED="true" in the header. In the javajet file I add log.info("..."). But if I make a job with the component, the compiler not found log.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jun 2017 11:55:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/enable-jog4j/m-p/2233701#M23292</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-06T11:55:56Z</dc:date>
    </item>
    <item>
      <title>Re: enable jog4j</title>
      <link>https://community.qlik.com/t5/Talend-Studio/enable-jog4j/m-p/2233702#M23293</link>
      <description>Hello,
Can you get "log4j" check box on your custom component? What's your build version you are using? Are you using talend subscription solution?

Note: The log4j feature is only available in Talend subscription product starting from version 5.6.        Best regards
Sabrina</description>
      <pubDate>Wed, 07 Jun 2017 05:02:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/enable-jog4j/m-p/2233702#M23293</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-07T05:02:54Z</dc:date>
    </item>
    <item>
      <title>Re: enable jog4j</title>
      <link>https://community.qlik.com/t5/Talend-Studio/enable-jog4j/m-p/2233703#M23294</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;no I dont see log4j checkbox in my component. I am working with Talend Open Studio for ESB 6.2.1. I dont know what is a talend subscription solution.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Greets&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Benjamin&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jun 2017 10:42:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/enable-jog4j/m-p/2233703#M23294</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-07T10:42:17Z</dc:date>
    </item>
    <item>
      <title>Re: enable jog4j</title>
      <link>https://community.qlik.com/t5/Talend-Studio/enable-jog4j/m-p/2233704#M23295</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Please take a look at talend ESB product matrix page:&lt;A title="http://www.talend.com/products/application-integration" href="http://www.talend.com/products/application-integration" target="_self" rel="nofollow noopener noreferrer"&gt;http://www.talend.com/products/application-integration&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The log4j feature is only available in Talend subscription product&lt;/SPAN&gt; not open source.&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jun 2017 11:25:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/enable-jog4j/m-p/2233704#M23295</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-07T11:25:25Z</dc:date>
    </item>
    <item>
      <title>Re: enable jog4j</title>
      <link>https://community.qlik.com/t5/Talend-Studio/enable-jog4j/m-p/2233705#M23296</link>
      <description>Ok have I any possibility to log in open source? Or if I use subscription product for development the component and other people use it in open source, have they the logging function?
&lt;BR /&gt;</description>
      <pubDate>Wed, 07 Jun 2017 12:13:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/enable-jog4j/m-p/2233705#M23296</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-07T12:13:09Z</dc:date>
    </item>
    <item>
      <title>Re: enable jog4j</title>
      <link>https://community.qlik.com/t5/Talend-Studio/enable-jog4j/m-p/2233706#M23297</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;HR /&gt; 
 &lt;A href="https://community.qlik.com/s/profile/0053p000007LLrVAAW"&gt;@benjamin&lt;/A&gt; wrote: 
 &lt;BR /&gt;Ok have I any possibility to log in open source? Or if I use subscription product for development the component and other people use it in open source, have they the logging function? 
 &lt;BR /&gt; 
 &lt;HR /&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;P&gt;Unfortunately, other people cannot use log4j feature in open source.&lt;/P&gt; 
&lt;P&gt;Best regards&lt;/P&gt; 
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jul 2017 10:48:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/enable-jog4j/m-p/2233706#M23297</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-11T10:48:37Z</dc:date>
    </item>
  </channel>
</rss>

