<?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: More Informative NSLog&#8217;s with Prefix Headers</title>
	<atom:link href="/2011/08/29/more-informative-nslogs-with-prefix-headers/feed/" rel="self" type="application/rss+xml" />
	<link>http://icodeblog.com/2011/08/29/more-informative-nslogs-with-prefix-headers/</link>
	<description>iPhone Programming Tutorials</description>
	<lastBuildDate>Sat, 06 Sep 2014 23:52:00 +0000</lastBuildDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.0</generator>
	<item>
		<title>By: Collin Ruffenach</title>
		<link>http://icodeblog.com/2011/08/29/more-informative-nslogs-with-prefix-headers/#comment-7992</link>
		<dc:creator><![CDATA[Collin Ruffenach]]></dc:creator>
		<pubDate>Mon, 29 Aug 2011 21:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=3351#comment-7992</guid>
		<description><![CDATA[This is an awesome utility as well. Sometimes a little too much for me, but a fantastic enhancement to NSLog.]]></description>
		<content:encoded><![CDATA[<p>This is an awesome utility as well. Sometimes a little too much for me, but a fantastic enhancement to NSLog.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Collin Ruffenach</title>
		<link>http://icodeblog.com/2011/08/29/more-informative-nslogs-with-prefix-headers/#comment-7991</link>
		<dc:creator><![CDATA[Collin Ruffenach]]></dc:creator>
		<pubDate>Mon, 29 Aug 2011 21:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=3351#comment-7991</guid>
		<description><![CDATA[You are correct sir. This was because of our awful wordpress code formatter that just removes certain symbols sometimes. Anyways, moved it over to gist. Should be correct there.]]></description>
		<content:encoded><![CDATA[<p>You are correct sir. This was because of our awful wordpress code formatter that just removes certain symbols sometimes. Anyways, moved it over to gist. Should be correct there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alcosholik</title>
		<link>http://icodeblog.com/2011/08/29/more-informative-nslogs-with-prefix-headers/#comment-7990</link>
		<dc:creator><![CDATA[alcosholik]]></dc:creator>
		<pubDate>Mon, 29 Aug 2011 21:16:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=3351#comment-7990</guid>
		<description><![CDATA[Hey guys,

Check this out!Â https://github.com/fpillet/NSLogger]]></description>
		<content:encoded><![CDATA[<p>Hey guys,</p>
<p>Check this out!Â https://github.com/fpillet/NSLogger</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pacino</title>
		<link>http://icodeblog.com/2011/08/29/more-informative-nslogs-with-prefix-headers/#comment-7989</link>
		<dc:creator><![CDATA[pacino]]></dc:creator>
		<pubDate>Mon, 29 Aug 2011 18:42:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=3351#comment-7989</guid>
		<description><![CDATA[Hi Collin - nice tip - I think there&#039;s a small typo tho for DLog() - the format string doesn&#039;t include placeholders for the rest of the arguments. Â I updated like so to fix:








#define DLog( s, ... ) NSLog( @&quot;nn************************************* DEBUG *************************************ntnnt%@nt%@:%dnt%@n*********************************************************************************nn&quot;, self, 
Â  Â  Â  Â  [[NSString stringWithUTF8String:__FUNCTION__] lastPathComponent], __LINE__, 
Â  Â  Â  Â  [NSString stringWithFormat:(s), ##__VA_ARGS__] )cheers,p.]]></description>
		<content:encoded><![CDATA[<p>Hi Collin &#8211; nice tip &#8211; I think there&#8217;s a small typo tho for DLog() &#8211; the format string doesn&#8217;t include placeholders for the rest of the arguments. Â I updated like so to fix:</p>
<p>#define DLog( s, &#8230; ) NSLog( @&#8221;nn************************************* DEBUG *************************************ntnnt%@nt%@:%dnt%@n*********************************************************************************nn&#8221;, self,<br />
Â  Â  Â  Â  [[NSString stringWithUTF8String:__FUNCTION__] lastPathComponent], __LINE__,<br />
Â  Â  Â  Â  [NSString stringWithFormat:(s), ##__VA_ARGS__] )cheers,p.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
