<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: FireLog + AIR Logger v1.0.0</title>
	<atom:link href="http://www.funky-monkey.nl/blog/2008/05/13/air-logger-v100/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.funky-monkey.nl/blog/2008/05/13/air-logger-v100/</link>
	<description>&#34;forgive me father for I have flashed&#34;</description>
	<lastBuildDate>Mon, 15 Feb 2010 14:22:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Sidney de Koning</title>
		<link>http://www.funky-monkey.nl/blog/2008/05/13/air-logger-v100/comment-page-1/#comment-1842</link>
		<dc:creator>Sidney de Koning</dc:creator>
		<pubDate>Mon, 18 Jan 2010 17:08:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.funky-monkey.nl/blog/?p=74#comment-1842</guid>
		<description>Thanks Neil!
Good to hear you are using it :)

Cheers, Sid</description>
		<content:encoded><![CDATA[<p>Thanks Neil!<br />
Good to hear you are using it <img src='http://www.funky-monkey.nl/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Cheers, Sid</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neil</title>
		<link>http://www.funky-monkey.nl/blog/2008/05/13/air-logger-v100/comment-page-1/#comment-1833</link>
		<dc:creator>Neil</dc:creator>
		<pubDate>Thu, 10 Dec 2009 11:52:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.funky-monkey.nl/blog/?p=74#comment-1833</guid>
		<description>I think this is a handy little class and quick to use. I found that the &quot;\n&quot; did not create newlines in my text log file.

You need to do:
AirLogger._fileStream.writeUTFBytes(s.toString() + File.lineEnding);

Also I would add static consts to your class and other methods like warn, debug etc that would output those constants before and message as is found in other debuggers out there.

Good start though thanks for sharing.</description>
		<content:encoded><![CDATA[<p>I think this is a handy little class and quick to use. I found that the &#8220;\n&#8221; did not create newlines in my text log file.</p>
<p>You need to do:<br />
AirLogger._fileStream.writeUTFBytes(s.toString() + File.lineEnding);</p>
<p>Also I would add static consts to your class and other methods like warn, debug etc that would output those constants before and message as is found in other debuggers out there.</p>
<p>Good start though thanks for sharing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A breath of fresh AIR #3: User Idle time &#8211; funky monkey blog</title>
		<link>http://www.funky-monkey.nl/blog/2008/05/13/air-logger-v100/comment-page-1/#comment-621</link>
		<dc:creator>A breath of fresh AIR #3: User Idle time &#8211; funky monkey blog</dc:creator>
		<pubDate>Mon, 15 Dec 2008 13:05:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.funky-monkey.nl/blog/?p=74#comment-621</guid>
		<description>[...] my code I trace with FireLog, a simple logger for AIR, and you can find that [...]</description>
		<content:encoded><![CDATA[<p>[...] my code I trace with FireLog, a simple logger for AIR, and you can find that [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Koen.cz &#187; Transitioning from browser to desktop with Flash CS3 and Adobe AIR</title>
		<link>http://www.funky-monkey.nl/blog/2008/05/13/air-logger-v100/comment-page-1/#comment-500</link>
		<dc:creator>Koen.cz &#187; Transitioning from browser to desktop with Flash CS3 and Adobe AIR</dc:creator>
		<pubDate>Tue, 05 Aug 2008 16:01:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.funky-monkey.nl/blog/?p=74#comment-500</guid>
		<description>[...] listeners and set some variables for our sound object. The AirLogger Class you can download here http://www.funky-monkey.nl/blog/2008/05/13/air-logger-v100/   import flash.desktop.*; import flash.events.NativeDragEvent; import AirLogger;   We create an [...]</description>
		<content:encoded><![CDATA[<p>[...] listeners and set some variables for our sound object. The AirLogger Class you can download here <a href="http://www.funky-monkey.nl/blog/2008/05/13/air-logger-v100/" rel="nofollow">http://www.funky-monkey.nl/blog/2008/05/13/air-logger-v100/</a>   import flash.desktop.*; import flash.events.NativeDragEvent; import AirLogger;   We create an [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: funky monkey blog &#187; Blog Archive &#187; TAX Calculator updated to AIR version 1.0</title>
		<link>http://www.funky-monkey.nl/blog/2008/05/13/air-logger-v100/comment-page-1/#comment-261</link>
		<dc:creator>funky monkey blog &#187; Blog Archive &#187; TAX Calculator updated to AIR version 1.0</dc:creator>
		<pubDate>Tue, 13 May 2008 22:45:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.funky-monkey.nl/blog/?p=74#comment-261</guid>
		<description>[...] debugger everytime to trace out messages. Needs a little more refinement, then i&#8217;ll post it. You can download and install it here. Includes a static Log Class and a Log reader in [...]</description>
		<content:encoded><![CDATA[<p>[...] debugger everytime to trace out messages. Needs a little more refinement, then i&#8217;ll post it. You can download and install it here. Includes a static Log Class and a Log reader in [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
