<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Mental Notes &#187; Yalog</title>
	<atom:link href="http://stephan.acidcats.nl/blog/category/yalog/feed/" rel="self" type="application/rss+xml" />
	<link>http://stephan.acidcats.nl/blog</link>
	<description>from the trenches of software development</description>
	<lastBuildDate>Sun, 01 Mar 2009 19:44:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Yalog (Actionscript 3 log utility with viewer) open source</title>
		<link>http://stephan.acidcats.nl/blog/2009/02/04/yalog-actionscript-3-log-utility-with-viewer-open-source/</link>
		<comments>http://stephan.acidcats.nl/blog/2009/02/04/yalog-actionscript-3-log-utility-with-viewer-open-source/#comments</comments>
		<pubDate>Wed, 04 Feb 2009 12:05:27 +0000</pubDate>
		<dc:creator>stephan</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Yalog]]></category>

		<guid isPermaLink="false">http://stephan.acidcats.nl/blog/?p=27</guid>
		<description><![CDATA[A few years ago I developed a logging class plus viewer application for debugging purposes. Main requirement was lightweightedness: the logging code should put as little pressure on the CPU as possible, and so should the viewer. At LBi Lost Boys, the company I&#8217;m working for, we&#8217;ve been using this utility over the last years, [...]]]></description>
			<content:encoded><![CDATA[<p>A few years ago I developed a logging class plus viewer application for debugging purposes. Main requirement was lightweightedness: the logging code should put as little pressure on the CPU as possible, and so should the viewer. At LBi Lost Boys, the company I&#8217;m working for, we&#8217;ve been using this utility over the last years, and it&#8217;s become an indispensible component of our work flow.<br />
Last week I put out the source, both of the log utility and of the viewer, into open source space. Check <a title="Yalog on Google Code" href="http://code.google.com/p/yalog/" target="_self">the main page on Google Code </a>for source code and downloads. </p>
<p> </p>
<div id="attachment_28" class="wp-caption alignleft" style="width: 138px"><img class="size-full wp-image-28" title="Yala - Yalog viewer" src="http://stephan.acidcats.nl/blog/wp-content/yala128.png" alt="Icon of Yala, the Yalog viewer AIR application" width="128" height="128" /><p class="wp-caption-text"> </p></div>
<p> Yalog consists of the logging utility, comprising one main class (Yalog.as) and a few helper classes, and a viewer. This viewer is basically a swf, so can be used in any context where a swf can be used. Currently it&#8217;s <a title="Yalog viewer application installer" href="http://yalog.googlecode.com/files/Yala_installer_301.air" target="_blank">available for download</a> as an AIR-application. If you just want to use this and not be bothered with the source of the viewer, <a title="Yalog sources" href="http://yalog.googlecode.com/files/Yalog_src_301.zip" target="_blank">download</a> the Yalog source classes, and install the AIR application. </p>
<p> </p>
<p>The viewer can be seen in action at <a title="Yala viewer in HTML" href="http://yala.acidcats.nl/" target="_blank">http://yala.acidcats.nl/</a>. If you open a Yalog-enabled site (such as <a title="DE.nl" href="http://www.de.nl" target="_blank">www.de.nl</a>), you will see debug messages appear in the viewer. A nifty feature of Yalog is that it buffers the last 200 messages (number can be changed) until the viewer appears, so you can open the viewer after something has gone wrong, and still view the latest messages.</p>
<p>When I have more time, I&#8217;ll put up a page here with more info and details.</p>
]]></content:encoded>
			<wfw:commentRss>http://stephan.acidcats.nl/blog/2009/02/04/yalog-actionscript-3-log-utility-with-viewer-open-source/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
	</channel>
</rss>

