<?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: LogProcessor &#8211; custom metadata processor for Swiz 1.0.0</title>
	<atom:link href="http://www.riaspace.com/2009/12/logprocessor-custom-metadata-processor-for-swiz-1-0-0/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.riaspace.com/2009/12/logprocessor-custom-metadata-processor-for-swiz-1-0-0/</link>
	<description>Beyond Plain Old HTML Objects</description>
	<lastBuildDate>Sat, 04 Feb 2012 13:36:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Evelin Madia</title>
		<link>http://www.riaspace.com/2009/12/logprocessor-custom-metadata-processor-for-swiz-1-0-0/comment-page-1/#comment-19290</link>
		<dc:creator>Evelin Madia</dc:creator>
		<pubDate>Fri, 28 Oct 2011 04:27:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.riaspace.net/?p=883#comment-19290</guid>
		<description>I feel that is one of the such a lot vital information for me. And i am glad studying your article. But want to remark on some general things, The site style is ideal, the articles is in reality nice :D. Good job, cheers.</description>
		<content:encoded><![CDATA[<p>I feel that is one of the such a lot vital information for me. And i am glad studying your article. But want to remark on some general things, The site style is ideal, the articles is in reality nice <img src='http://www.riaspace.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> . Good job, cheers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ash</title>
		<link>http://www.riaspace.com/2009/12/logprocessor-custom-metadata-processor-for-swiz-1-0-0/comment-page-1/#comment-12952</link>
		<dc:creator>ash</dc:creator>
		<pubDate>Fri, 03 Jun 2011 21:25:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.riaspace.net/?p=883#comment-12952</guid>
		<description>I don&#039;t see how your [Log] attribute would this be any different from this:

[Inject]
public var log:ILogger;</description>
		<content:encoded><![CDATA[<p>I don&#8217;t see how your [Log] attribute would this be any different from this:</p>
<p>[Inject]<br />
public var log:ILogger;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas Burleson</title>
		<link>http://www.riaspace.com/2009/12/logprocessor-custom-metadata-processor-for-swiz-1-0-0/comment-page-1/#comment-2786</link>
		<dc:creator>Thomas Burleson</dc:creator>
		<pubDate>Fri, 03 Sep 2010 10:47:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.riaspace.net/?p=883#comment-2786</guid>
		<description>Wanted to also mention the online, live sample of Swiz Logging in the Swiz CafeTownsend demo:

http://www.gridlinked.info/swiz-localization-l10n-logging/#swizLogging
http://wiki.github.com/ThomasBurleson/l10nInjection_Samples/sample-applications#demo1</description>
		<content:encoded><![CDATA[<p>Wanted to also mention the online, live sample of Swiz Logging in the Swiz CafeTownsend demo:</p>
<p><a href="http://www.gridlinked.info/swiz-localization-l10n-logging/#swizLogging" rel="nofollow">http://www.gridlinked.info/swiz-localization-l10n-logging/#swizLogging</a><br />
<a href="http://wiki.github.com/ThomasBurleson/l10nInjection_Samples/sample-applications#demo1" rel="nofollow">http://wiki.github.com/ThomasBurleson/l10nInjection_Samples/sample-applications#demo1</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Piotr Walczyszyn</title>
		<link>http://www.riaspace.com/2009/12/logprocessor-custom-metadata-processor-for-swiz-1-0-0/comment-page-1/#comment-2289</link>
		<dc:creator>Piotr Walczyszyn</dc:creator>
		<pubDate>Fri, 14 May 2010 09:11:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.riaspace.net/?p=883#comment-2289</guid>
		<description>@Thomas Thank you for doing this, great job!!!</description>
		<content:encoded><![CDATA[<p>@Thomas Thank you for doing this, great job!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas Burleson</title>
		<link>http://www.riaspace.com/2009/12/logprocessor-custom-metadata-processor-for-swiz-1-0-0/comment-page-1/#comment-2286</link>
		<dc:creator>Thomas Burleson</dc:creator>
		<pubDate>Wed, 12 May 2010 13:49:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.riaspace.net/?p=883#comment-2286</guid>
		<description>@Piotr
Thanks for a great idea. I upgraded your LogProcessor class to support Swiz 1.0 and enhanced with some usability functionality. This is now available on a SwizFramework fork on GitHub: 
http://wiki.github.com/ThomasBurleson/swiz-framework/

I added some wiki docs with code snippets also at
http://wiki.github.com/ThomasBurleson/swiz-framework/using-logprocessoras

With your base code and the new functionality, I love LOGGING. And - best of all - I discovered several bugs that standard debugging and trace() calls did not reveal.

Thanks again.
- ThomasB</description>
		<content:encoded><![CDATA[<p>@Piotr<br />
Thanks for a great idea. I upgraded your LogProcessor class to support Swiz 1.0 and enhanced with some usability functionality. This is now available on a SwizFramework fork on GitHub:<br />
<a href="http://wiki.github.com/ThomasBurleson/swiz-framework/" rel="nofollow">http://wiki.github.com/ThomasBurleson/swiz-framework/</a></p>
<p>I added some wiki docs with code snippets also at<br />
<a href="http://wiki.github.com/ThomasBurleson/swiz-framework/using-logprocessoras" rel="nofollow">http://wiki.github.com/ThomasBurleson/swiz-framework/using-logprocessoras</a></p>
<p>With your base code and the new functionality, I love LOGGING. And &#8211; best of all &#8211; I discovered several bugs that standard debugging and trace() calls did not reveal.</p>
<p>Thanks again.<br />
- ThomasB</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SwizLogger Helpers: SwizLoggerConfig and LoggerProcessor at foomonger&#39;s blog</title>
		<link>http://www.riaspace.com/2009/12/logprocessor-custom-metadata-processor-for-swiz-1-0-0/comment-page-1/#comment-2166</link>
		<dc:creator>SwizLogger Helpers: SwizLoggerConfig and LoggerProcessor at foomonger&#39;s blog</dc:creator>
		<pubDate>Sat, 20 Mar 2010 23:47:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.riaspace.net/?p=883#comment-2166</guid>
		<description>[...] Walczyszyn created a custom LogProcessor to address #1, but I didn&#039;t like how the TraceTarget was hard-coded into it. Instead of building [...]</description>
		<content:encoded><![CDATA[<p>[...] Walczyszyn created a custom LogProcessor to address #1, but I didn&#39;t like how the TraceTarget was hard-coded into it. Instead of building [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Grzegorz Łobiński</title>
		<link>http://www.riaspace.com/2009/12/logprocessor-custom-metadata-processor-for-swiz-1-0-0/comment-page-1/#comment-1652</link>
		<dc:creator>Grzegorz Łobiński</dc:creator>
		<pubDate>Wed, 16 Dec 2009 11:53:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.riaspace.net/?p=883#comment-1652</guid>
		<description>Thank you for the news Piotr, I&#039;ve missed that.</description>
		<content:encoded><![CDATA[<p>Thank you for the news Piotr, I&#8217;ve missed that.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

