<?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: Stop tracing and start logging</title>
	<atom:link href="http://soenkerohde.com/2008/05/stop-tracing-and-start-logging/feed/" rel="self" type="application/rss+xml" />
	<link>http://soenkerohde.com/2008/05/stop-tracing-and-start-logging/</link>
	<description>Flash Platform (Flash, Flex, AIR) thoughts and examples</description>
	<lastBuildDate>Tue, 09 Mar 2010 16:28:25 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Client-Side Flex Logging with Shared Object</title>
		<link>http://soenkerohde.com/2008/05/stop-tracing-and-start-logging/comment-page-1/#comment-27078</link>
		<dc:creator>Client-Side Flex Logging with Shared Object</dc:creator>
		<pubDate>Tue, 11 Aug 2009 15:37:58 +0000</pubDate>
		<guid isPermaLink="false">http://soenkerohde.com/?p=186#comment-27078</guid>
		<description>[...] Having your app keep a detailed log can be indispensable for figuring out tricky user-reported bugs. This is easy on the server-side, where you can use any logging framework or just write to a file. Flash includes the trace function, which is useful while developing, but nearly impossible to get from an end-user. Flex, however, has a good logging api that lets you put log statements anywhere you want. I’ve always wanted the interface to be as easy as trace, so I write a couple of scripts to make it easier. [...]</description>
		<content:encoded><![CDATA[<p>[...] Having your app keep a detailed log can be indispensable for figuring out tricky user-reported bugs. This is easy on the server-side, where you can use any logging framework or just write to a file. Flash includes the trace function, which is useful while developing, but nearly impossible to get from an end-user. Flex, however, has a good logging api that lets you put log statements anywhere you want. I’ve always wanted the interface to be as easy as trace, so I write a couple of scripts to make it easier. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sönke Rohde &#187; SOS Logging Target</title>
		<link>http://soenkerohde.com/2008/05/stop-tracing-and-start-logging/comment-page-1/#comment-22916</link>
		<dc:creator>Sönke Rohde &#187; SOS Logging Target</dc:creator>
		<pubDate>Wed, 27 Aug 2008 16:41:16 +0000</pubDate>
		<guid isPermaLink="false">http://soenkerohde.com/?p=186#comment-22916</guid>
		<description>[...] I have posted a little extension for SOS about two years ago and now I made a little update which is easier to use. It works the same way as the TraceTarget I already blogged about. [...]</description>
		<content:encoded><![CDATA[<p>[...] I have posted a little extension for SOS about two years ago and now I made a little update which is easier to use. It works the same way as the TraceTarget I already blogged about. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sectore</title>
		<link>http://soenkerohde.com/2008/05/stop-tracing-and-start-logging/comment-page-1/#comment-21708</link>
		<dc:creator>sectore</dc:creator>
		<pubDate>Tue, 13 May 2008 17:42:03 +0000</pubDate>
		<guid isPermaLink="false">http://soenkerohde.com/?p=186#comment-21708</guid>
		<description>Moin Sönke,

give &lt;a href=&quot;http://code.google.com/p/flash-thunderbolt/wiki/ThunderBoltAS3&quot; rel=&quot;nofollow&quot;&gt;ThunderBolt AS3&lt;/a&gt; also a try, which is a lightweight logger extension for using &lt;a href=&quot;http://www.getfirebug.com/&quot; rel=&quot;nofollow&quot;&gt;Firebug&lt;/a&gt;. It supports the Flex Logging API using an own target called &quot;ThunderBoltTarget&quot; as well. ;-)

-Jens
--
&lt;a href=&quot;http://www.websector.de/blog/&quot; rel=&quot;nofollow&quot;&gt;http://www.websector.de/blog/&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Moin Sönke,</p>
<p>give <a href="http://code.google.com/p/flash-thunderbolt/wiki/ThunderBoltAS3" rel="nofollow">ThunderBolt AS3</a> also a try, which is a lightweight logger extension for using <a href="http://www.getfirebug.com/" rel="nofollow">Firebug</a>. It supports the Flex Logging API using an own target called &#8220;ThunderBoltTarget&#8221; as well. <img src='http://soenkerohde.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>-Jens<br />
&#8211;<br />
<a href="http://www.websector.de/blog/" rel="nofollow">http://www.websector.de/blog/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Secret to Debugging . . .</title>
		<link>http://soenkerohde.com/2008/05/stop-tracing-and-start-logging/comment-page-1/#comment-21623</link>
		<dc:creator>The Secret to Debugging . . .</dc:creator>
		<pubDate>Tue, 06 May 2008 16:47:47 +0000</pubDate>
		<guid isPermaLink="false">http://soenkerohde.com/?p=186#comment-21623</guid>
		<description>[...] Stop tracing and start logging - Debug information with the good old “trace” is around since ActionScript 1 and has been heavily used as this was a key for debugging a Flash application. In AS3 trace has lost its importance as Flash Player 9 supports Runtime Exceptions &#8230; [...]</description>
		<content:encoded><![CDATA[<p>[...] Stop tracing and start logging &#8211; Debug information with the good old “trace” is around since ActionScript 1 and has been heavily used as this was a key for debugging a Flash application. In AS3 trace has lost its importance as Flash Player 9 supports Runtime Exceptions &#8230; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: trace(chris.foster) &#187; Sönke Rohde » Stop tracing and start logging</title>
		<link>http://soenkerohde.com/2008/05/stop-tracing-and-start-logging/comment-page-1/#comment-21617</link>
		<dc:creator>trace(chris.foster) &#187; Sönke Rohde » Stop tracing and start logging</dc:creator>
		<pubDate>Tue, 06 May 2008 02:40:28 +0000</pubDate>
		<guid isPermaLink="false">http://soenkerohde.com/?p=186#comment-21617</guid>
		<description>[...] Sönke Rohde » Stop tracing and start logging [...]</description>
		<content:encoded><![CDATA[<p>[...] Sönke Rohde » Stop tracing and start logging [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
