<?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: Logging in ActionScript 3</title>
	<atom:link href="http://www.jonnyreeves.co.uk/2010/02/logging-in-actionscript-3/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jonnyreeves.co.uk/2010/02/logging-in-actionscript-3/</link>
	<description>Actionscript, Flash, PHP and stuff</description>
	<lastBuildDate>Tue, 07 Sep 2010 12:25:08 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jonny</title>
		<link>http://www.jonnyreeves.co.uk/2010/02/logging-in-actionscript-3/comment-page-1/#comment-8500</link>
		<dc:creator>Jonny</dc:creator>
		<pubDate>Sat, 10 Apr 2010 13:08:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonnyreeves.co.uk/?p=169#comment-8500</guid>
		<description>Hi Pete,

You&#039;re right, I should have shown this; luckily the &lt;a href=&quot;http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/Error.html#getStackTrace%28%29&quot; rel=&quot;nofollow&quot;&gt;Error Class&#039; getStackTrace() method&lt;/a&gt; contains everything we need to extract both the calling method so it can be presented to the Logging function (after a bit of String Manipulation.

A &lt;a href=&quot;http://www.jonnyreeves.co.uk/2008/10/the-state-of-logging-in-actionscript-3/&quot; rel=&quot;nofollow&quot;&gt;previous post of mine&lt;/a&gt; touches on this.</description>
		<content:encoded><![CDATA[<p>Hi Pete,</p>
<p>You&#8217;re right, I should have shown this; luckily the <a href="http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/Error.html#getStackTrace%28%29" rel="nofollow">Error Class&#8217; getStackTrace() method</a> contains everything we need to extract both the calling method so it can be presented to the Logging function (after a bit of String Manipulation.</p>
<p>A <a href="http://www.jonnyreeves.co.uk/2008/10/the-state-of-logging-in-actionscript-3/" rel="nofollow">previous post of mine</a> touches on this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pete</title>
		<link>http://www.jonnyreeves.co.uk/2010/02/logging-in-actionscript-3/comment-page-1/#comment-8499</link>
		<dc:creator>Pete</dc:creator>
		<pubDate>Sat, 10 Apr 2010 10:21:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonnyreeves.co.uk/?p=169#comment-8499</guid>
		<description>Hi Jonny,

Thanks for the post! :-)

One question ... its not clear to me how you would get the methodName into every log message using this approach - without relying on a manual approach and a diciplined team like in Jesse Warden&#039;s example.

I suppose one could define a logger for every single method but there must surely be a better solution.</description>
		<content:encoded><![CDATA[<p>Hi Jonny,</p>
<p>Thanks for the post! :-)</p>
<p>One question &#8230; its not clear to me how you would get the methodName into every log message using this approach &#8211; without relying on a manual approach and a diciplined team like in Jesse Warden&#8217;s example.</p>
<p>I suppose one could define a logger for every single method but there must surely be a better solution.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
