<?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: WASI AIR Logging Console &amp; Logging Util Tools</title>
	<atom:link href="http://www.webappsolution.com/wordpress/2010/04/13/wasi-logging-console-air-application-logging-util-tools/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webappsolution.com/wordpress/2010/04/13/wasi-logging-console-air-application-logging-util-tools/</link>
	<description>When you're in need of an appsolution</description>
	<pubDate>Fri, 10 Feb 2012 06:02:51 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: WASI AIR Logging Console v0.1.3.0 &#38; Logging Util Tools UPDATE &#124; Web App Solution Blog</title>
		<link>http://www.webappsolution.com/wordpress/2010/04/13/wasi-logging-console-air-application-logging-util-tools/comment-page-1/#comment-1186</link>
		<dc:creator>WASI AIR Logging Console v0.1.3.0 &#38; Logging Util Tools UPDATE &#124; Web App Solution Blog</dc:creator>
		<pubDate>Mon, 26 Apr 2010 21:52:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.webappsolution.com/wordpress/?p=767#comment-1186</guid>
		<description>[...] implementation, the overall functionality remains the same so please read my original post WASI AIR Logging Console &amp; Logging Util Tools for a general [...]</description>
		<content:encoded><![CDATA[<p>[...] implementation, the overall functionality remains the same so please read my original post WASI AIR Logging Console &amp; Logging Util Tools for a general [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brianr</title>
		<link>http://www.webappsolution.com/wordpress/2010/04/13/wasi-logging-console-air-application-logging-util-tools/comment-page-1/#comment-1081</link>
		<dc:creator>brianr</dc:creator>
		<pubDate>Mon, 19 Apr 2010 13:20:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.webappsolution.com/wordpress/?p=767#comment-1081</guid>
		<description>True, I could've just created the LocalConnectionTarget and I've been considering that since the beginning, but this is the design I decided to go with for a first iteration. The fact is that you can still add any targets you want by simply doing:

var fireBugTarget:FireBugTarget = new FireBugTarget()
Log.addTarget(fireBugTarget);

so I didn't feel like I was hindering anyone one with this approach.

But I may still go back to making the LC Logger a Target so you're not locked into importing our base classes. I'll play around with it later this wk.

The logger will always be coupled to the Flex SDK, as I didn't make it for Flash/AS3 apps.</description>
		<content:encoded><![CDATA[<p>True, I could&#8217;ve just created the LocalConnectionTarget and I&#8217;ve been considering that since the beginning, but this is the design I decided to go with for a first iteration. The fact is that you can still add any targets you want by simply doing:</p>
<p>var fireBugTarget:FireBugTarget = new FireBugTarget()<br />
Log.addTarget(fireBugTarget);</p>
<p>so I didn&#8217;t feel like I was hindering anyone one with this approach.</p>
<p>But I may still go back to making the LC Logger a Target so you&#8217;re not locked into importing our base classes. I&#8217;ll play around with it later this wk.</p>
<p>The logger will always be coupled to the Flex SDK, as I didn&#8217;t make it for Flash/AS3 apps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xavi Beumala</title>
		<link>http://www.webappsolution.com/wordpress/2010/04/13/wasi-logging-console-air-application-logging-util-tools/comment-page-1/#comment-1013</link>
		<dc:creator>Xavi Beumala</dc:creator>
		<pubDate>Fri, 16 Apr 2010 07:46:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.webappsolution.com/wordpress/?p=767#comment-1013</guid>
		<description>Hi,

I think that using LocalConnectionLog is a bit intrusive in the code and highly couples the code to proposed logging solution. I normally prefer using something more like:

private var logger : ILogger = Log.getLogger("path.to.my.Clazz")

which is not only coupled to Flex SDK and configure any specific Logger (LocalConnectionLogger) as a target from a configuration point of view. This way the logging code is not tighted to any implementation, swapping to a different impl would then be just a matter of changing configuration.

Using this approach you can even have different possible targets (i.e: TraceTarget for development, ServerLogTarget that sends logs across the wire, etc.)</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I think that using LocalConnectionLog is a bit intrusive in the code and highly couples the code to proposed logging solution. I normally prefer using something more like:</p>
<p>private var logger : ILogger = Log.getLogger(&#8221;path.to.my.Clazz&#8221;)</p>
<p>which is not only coupled to Flex SDK and configure any specific Logger (LocalConnectionLogger) as a target from a configuration point of view. This way the logging code is not tighted to any implementation, swapping to a different impl would then be just a matter of changing configuration.</p>
<p>Using this approach you can even have different possible targets (i.e: TraceTarget for development, ServerLogTarget that sends logs across the wire, etc.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathan5.x</title>
		<link>http://www.webappsolution.com/wordpress/2010/04/13/wasi-logging-console-air-application-logging-util-tools/comment-page-1/#comment-961</link>
		<dc:creator>Nathan5.x</dc:creator>
		<pubDate>Thu, 15 Apr 2010 06:52:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.webappsolution.com/wordpress/?p=767#comment-961</guid>
		<description>Pretty good stuff.

Thanks for sharing  this. :)</description>
		<content:encoded><![CDATA[<p>Pretty good stuff.</p>
<p>Thanks for sharing  this. <img src='http://www.webappsolution.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: What Is Twitter?</title>
		<link>http://www.webappsolution.com/wordpress/2010/04/13/wasi-logging-console-air-application-logging-util-tools/comment-page-1/#comment-566</link>
		<dc:creator>What Is Twitter?</dc:creator>
		<pubDate>Wed, 14 Apr 2010 02:47:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.webappsolution.com/wordpress/?p=767#comment-566</guid>
		<description>[...] WASI Logging Console AIR Application &amp; Logging Util Tools &#124; Web &#8230; [...]</description>
		<content:encoded><![CDATA[<p>[...] WASI Logging Console AIR Application &amp; Logging Util Tools | Web &#8230; [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

