<?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: Filename and Line Number with NSLog: Part I</title>
	<atom:link href="http://iPhoneDeveloperTips.com/cocoa/filename-and-line-number-with-nslog-part-i.html/feed" rel="self" type="application/rss+xml" />
	<link>http://iPhoneDeveloperTips.com/cocoa/filename-and-line-number-with-nslog-part-i.html</link>
	<description>Tips and Tricks for iPhone developers</description>
	<lastBuildDate>Sat, 13 Mar 2010 20:18:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Andreas</title>
		<link>http://iPhoneDeveloperTips.com/cocoa/filename-and-line-number-with-nslog-part-i.html/comment-page-1#comment-190</link>
		<dc:creator>Andreas</dc:creator>
		<pubDate>Mon, 26 Jan 2009 22:17:54 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=206#comment-190</guid>
		<description>Hi everybody,

I normally use this stuff from plain C, which is translated by the preprocessor:

NSLog(@”[%s:%s:%d] Here i am”,__FUNCTION__,__FILE__,__LINE__);

One can easily write a macro (e.g. myNSLog) for this to insert it automatically.</description>
		<content:encoded><![CDATA[<p>Hi everybody,</p>
<p>I normally use this stuff from plain C, which is translated by the preprocessor:</p>
<p>NSLog(@”[%s:%s:%d] Here i am”,__FUNCTION__,__FILE__,__LINE__);</p>
<p>One can easily write a macro (e.g. myNSLog) for this to insert it automatically.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen McConnell</title>
		<link>http://iPhoneDeveloperTips.com/cocoa/filename-and-line-number-with-nslog-part-i.html/comment-page-1#comment-44</link>
		<dc:creator>Stephen McConnell</dc:creator>
		<pubDate>Wed, 10 Sep 2008 00:03:14 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=206#comment-44</guid>
		<description>Coming from a long time Java background, I have found log files on the server using &quot;log4j&quot; especially helpful.  Is there a &quot;log4 objective c&quot; library that one could use out there?  In that, there ways to format line numbers, module and class names and exception messages.  This is often helpful when maintaining systems.

Thanks.</description>
		<content:encoded><![CDATA[<p>Coming from a long time Java background, I have found log files on the server using &#8220;log4j&#8221; especially helpful.  Is there a &#8220;log4 objective c&#8221; library that one could use out there?  In that, there ways to format line numbers, module and class names and exception messages.  This is often helpful when maintaining systems.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
