<?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[Bonkers faster logging.  New extension for developers]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">DevLog v1.0 is a high performance logging extension for SketchUp.  Its built from the ground up to be very fast - currently can handle around 2,000,000 log lines per second.  I built it because puts really isn't made to handle lots of logging that you often need when debugging during development.</p>
<p dir="auto">RBZ attached below.  Let me know your thoughts!</p>
<p dir="auto">Here is a short vid explaining a bit more::<br />
<a href="https://youtu.be/o2IbxFTpK08" target="_blank" rel="noopener noreferrer nofollow ugc">DevLog explainer</a></p>
<p dir="auto"><img src="/assets/uploads/files/1778317875832-922014eded6669e5b775325d9b2c91a7b7407afa_2_690x393.jpeg" alt="922014eded6669e5b775325d9b2c91a7b7407afa_2_690x393.jpeg" class=" img-fluid img-markdown" /></p>
<p dir="auto">RBZ installer attached</p>
<p dir="auto"><a href="/assets/uploads/files/1778317895671-dlog.rbz">dlog.rbz</a></p>
]]></description><link>https://community.sketchucation.com/topic/164859/bonkers-faster-logging.-new-extension-for-developers</link><generator>RSS for Node</generator><lastBuildDate>Sun, 10 May 2026 05:06:26 GMT</lastBuildDate><atom:link href="https://community.sketchucation.com/topic/164859.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 09 May 2026 09:10:15 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Bonkers faster logging.  New extension for developers on Sat, 09 May 2026 12:40:38 GMT]]></title><description><![CDATA[<p dir="auto">Sure TIG.  As shown in the video,  its just an extension that opens a window so that when you execute Ruby:</p>
<pre><code>DevLog.info("Hello world")
</code></pre>
<p dir="auto">It shows in the log window.  You can filter on log level and there are:</p>
<pre><code>DevLog.warn("oo, something might be bad")
DevLog.error("oo, this is an error")
DevLog.fatal("oo, I cannot continue")
</code></pre>
<p dir="auto">When you close SketchUp, the entire log file is saved to %Temp%</p>
<p dir="auto">USP:  Its around 4000x faster than <strong>puts</strong></p>
]]></description><link>https://community.sketchucation.com/post/1620587</link><guid isPermaLink="true">https://community.sketchucation.com/post/1620587</guid><dc:creator><![CDATA[AdamB]]></dc:creator><pubDate>Sat, 09 May 2026 12:40:38 GMT</pubDate></item><item><title><![CDATA[Reply to Bonkers faster logging.  New extension for developers on Sat, 09 May 2026 11:18:21 GMT]]></title><description><![CDATA[<p dir="auto">Can you please explain more about its function and use...</p>
]]></description><link>https://community.sketchucation.com/post/1620585</link><guid isPermaLink="true">https://community.sketchucation.com/post/1620585</guid><dc:creator><![CDATA[TIG]]></dc:creator><pubDate>Sat, 09 May 2026 11:18:21 GMT</pubDate></item></channel></rss>