<?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: Print to log window in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Print-to-log-window/m-p/2286925#M60547</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;PRE&gt;System.out.println("");&lt;/PRE&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;Works like a charm.&lt;BR /&gt;Thanks!</description>
    <pubDate>Mon, 02 Mar 2009 21:42:29 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2009-03-02T21:42:29Z</dc:date>
    <item>
      <title>Print to log window</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Print-to-log-window/m-p/2286923#M60545</link>
      <description>Is there a simple way to print output to the log window in the Java engine?&lt;BR /&gt;For example, in assigning context variable values, I would like to print the newly assigned variable to the log window.&lt;BR /&gt;How can this be accomplished?</description>
      <pubDate>Sat, 16 Nov 2024 14:03:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Print-to-log-window/m-p/2286923#M60545</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T14:03:17Z</dc:date>
    </item>
    <item>
      <title>Re: Print to log window</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Print-to-log-window/m-p/2286924#M60546</link>
      <description>you can use one of the tJava components (tJava, tJavaFlex, tJavaRow) (usually I use tJavaRow, but there are times you need to use the other two)&lt;BR /&gt;and do a System.out.print(); or System.out.println(); command, with the information you want&lt;BR /&gt;example: I start a lot of my jobs with a tJava component with the following code, to print out the Job Name to the console&lt;BR /&gt;&lt;PRE&gt;System.out.println("");&lt;BR /&gt;System.out.println("***" + jobName + "***");&lt;BR /&gt;System.out.println("");&lt;/PRE&gt;</description>
      <pubDate>Mon, 02 Mar 2009 20:34:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Print-to-log-window/m-p/2286924#M60546</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-03-02T20:34:21Z</dc:date>
    </item>
    <item>
      <title>Re: Print to log window</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Print-to-log-window/m-p/2286925#M60547</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;PRE&gt;System.out.println("");&lt;/PRE&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;Works like a charm.&lt;BR /&gt;Thanks!</description>
      <pubDate>Mon, 02 Mar 2009 21:42:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Print-to-log-window/m-p/2286925#M60547</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-03-02T21:42:29Z</dc:date>
    </item>
  </channel>
</rss>

