<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[What's the best way to see variable info within running metapoint scripts.]]></title><description><![CDATA[<p dir="auto">Is there something like console.log that I can run in the metapoint context to display stuff?</p>
]]></description><link>https://forum.mango-os.com/topic/2781/what-s-the-best-way-to-see-variable-info-within-running-metapoint-scripts</link><generator>RSS for Node</generator><lastBuildDate>Mon, 14 Sep 2026 15:11:19 GMT</lastBuildDate><atom:link href="https://forum.mango-os.com/topic/2781.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 26 May 2017 01:28:13 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to What's the best way to see variable info within running metapoint scripts. on Fri, 26 May 2017 04:28:44 GMT]]></title><description><![CDATA[<p dir="auto">Thanks</p>
]]></description><link>https://forum.mango-os.com/post/14528</link><guid isPermaLink="true">https://forum.mango-os.com/post/14528</guid><dc:creator><![CDATA[Phillip Weeks]]></dc:creator><pubDate>Fri, 26 May 2017 04:28:44 GMT</pubDate></item><item><title><![CDATA[Reply to What's the best way to see variable info within running metapoint scripts. on Fri, 26 May 2017 03:49:23 GMT]]></title><description><![CDATA[<p dir="auto"><a href="https://help.infiniteautomation.com/about-mango-java-script" rel="nofollow ugc">https://help.infiniteautomation.com/about-mango-java-script</a></p>
<p dir="auto">TLDR: You have two options, You can invoke</p>
<p dir="auto"><code>print(point.value); //or even just print(point);</code></p>
<p dir="auto">or you can use</p>
<p dir="auto"><code>LOG.info(/*stuff*/); //or the other levels specified in the help</code></p>
<p dir="auto">if the log level setting is set to a level lower than the logged level, and you're interested in both printing while validating and creating a file in your Mango/logs directory of the runtime of the script.</p>
]]></description><link>https://forum.mango-os.com/post/14526</link><guid isPermaLink="true">https://forum.mango-os.com/post/14526</guid><dc:creator><![CDATA[phildunlap]]></dc:creator><pubDate>Fri, 26 May 2017 03:49:23 GMT</pubDate></item></channel></rss>