<?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: Simplified Logging</title>
	<atom:link href="http://vgable.com/blog/2008/08/05/simpler-logging-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://vgable.com/blog/2008/08/05/simpler-logging-2/</link>
	<description>my weblog.</description>
	<lastBuildDate>Wed, 08 Feb 2012 13:49:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Vincent Gable</title>
		<link>http://vgable.com/blog/2008/08/05/simpler-logging-2/comment-page-1/#comment-1266</link>
		<dc:creator>Vincent Gable</dc:creator>
		<pubDate>Mon, 14 Feb 2011 06:55:57 +0000</pubDate>
		<guid isPermaLink="false">http://vgable.com/blog/2008/08/05/simpler-logging-2/#comment-1266</guid>
		<description>This approach to logging has been superseded by: http://vgable.com/blog/2010/08/19/the-most-useful-objective-c-code-ive-ever-written/ . I think you&#039;ll like it a lot more.</description>
		<content:encoded><![CDATA[<p>This approach to logging has been superseded by: <a href="http://vgable.com/blog/2010/08/19/the-most-useful-objective-c-code-ive-ever-written/" rel="nofollow">http://vgable.com/blog/2010/08/19/the-most-useful-objective-c-code-ive-ever-written/</a> . I think you&#8217;ll like it a lot more.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam Gerson</title>
		<link>http://vgable.com/blog/2008/08/05/simpler-logging-2/comment-page-1/#comment-1262</link>
		<dc:creator>Adam Gerson</dc:creator>
		<pubDate>Sat, 12 Feb 2011 16:28:16 +0000</pubDate>
		<guid isPermaLink="false">http://vgable.com/blog/2008/08/05/simpler-logging-2/#comment-1262</guid>
		<description>Thanks. This code if very helpful. I added:
&lt;code&gt;
#define LOG_BOOL(b)	 NSLog(@&quot;%s = %@&quot;, # b, b ? @&quot;YES&quot; : @&quot;NO&quot;)
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Thanks. This code if very helpful. I added:<br />
<code><br />
#define LOG_BOOL(b)	 NSLog(@"%s = %@", # b, b ? @"YES" : @"NO")<br />
</code></p>
]]></content:encoded>
	</item>
</channel>
</rss>

