<?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 app.consolelog in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/app-consolelog/m-p/1090949#M65280</link>
    <description>&lt;P&gt;I can see my consolelog entries from init.apps.js. Please what is the correct way to modify index_user_scripts.js so I may write to consolelog.&lt;/P&gt;</description>
    <pubDate>Tue, 01 Dec 2015 18:29:15 GMT</pubDate>
    <dc:creator>Tony_T_</dc:creator>
    <dc:date>2015-12-01T18:29:15Z</dc:date>
    <item>
      <title>app.consolelog</title>
      <link>https://community.intel.com/t5/Software-Archive/app-consolelog/m-p/1090949#M65280</link>
      <description>&lt;P&gt;I can see my consolelog entries from init.apps.js. Please what is the correct way to modify index_user_scripts.js so I may write to consolelog.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Dec 2015 18:29:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/app-consolelog/m-p/1090949#M65280</guid>
      <dc:creator>Tony_T_</dc:creator>
      <dc:date>2015-12-01T18:29:15Z</dc:date>
    </item>
    <item>
      <title>You can use</title>
      <link>https://community.intel.com/t5/Software-Archive/app-consolelog/m-p/1090950#M65281</link>
      <description>&lt;P&gt;use&lt;/P&gt;

&lt;PRE class="brush:bash;"&gt;console.log("hello world");&lt;/PRE&gt;

&lt;P&gt;or sometimes easier/quicker&lt;/P&gt;

&lt;PRE class="brush:bash;"&gt;alert("hello world");&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Dec 2015 18:45:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/app-consolelog/m-p/1090950#M65281</guid>
      <dc:creator>Ad</dc:creator>
      <dc:date>2015-12-01T18:45:46Z</dc:date>
    </item>
    <item>
      <title>I think the way it's supposed</title>
      <link>https://community.intel.com/t5/Software-Archive/app-consolelog/m-p/1090951#M65282</link>
      <description>&lt;P&gt;I think the way it's supposed to work is to set app.LOG to 'true' if you want to see logs from app.consoleLog(), and set it to 'false' if you don't. You can change this anywhere in your code to go back and forth between the two choices.&amp;nbsp; To be safest, you might want to refer to it as window.app.LOG, and then log things with window.app.consoleLog().&lt;/P&gt;

&lt;P&gt;app.consoleLog should act just like console.log, except that it will be a no-op if app.LOG is not 'true'.&lt;/P&gt;

&lt;P&gt;Does that help?&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Dale&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Dec 2015 19:58:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/app-consolelog/m-p/1090951#M65282</guid>
      <dc:creator>Dale_S_Intel</dc:creator>
      <dc:date>2015-12-01T19:58:40Z</dc:date>
    </item>
  </channel>
</rss>

