<?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: Conditional printf debug statements in C based programming languages</title>
	<atom:link href="http://www.trynull.com/2011/10/16/conditional-printf-debug-statements-in-c-based-programming-languages/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.trynull.com/2011/10/16/conditional-printf-debug-statements-in-c-based-programming-languages/</link>
	<description>Always pointing</description>
	<lastBuildDate>Fri, 24 Aug 2012 00:09:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Noj</title>
		<link>http://www.trynull.com/2011/10/16/conditional-printf-debug-statements-in-c-based-programming-languages/#comment-2284</link>
		<dc:creator>Noj</dc:creator>
		<pubDate>Thu, 27 Oct 2011 23:59:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.trynull.com/?p=551#comment-2284</guid>
		<description><![CDATA[Random note, rather than just using Debug, most real apps use levels of logging e.g debug (1) , info (2), error (3).   This helps to filter out the info you need e.g. devs are interested in debug, but production apps could be slowed down with too much debug info and hence only log errors. App testers are interested in info to verify if the right steps have been executed.

/shitididnotlearninuni]]></description>
		<content:encoded><![CDATA[<p>Random note, rather than just using Debug, most real apps use levels of logging e.g debug (1) , info (2), error (3).   This helps to filter out the info you need e.g. devs are interested in debug, but production apps could be slowed down with too much debug info and hence only log errors. App testers are interested in info to verify if the right steps have been executed.</p>
<p>/shitididnotlearninuni</p>
]]></content:encoded>
	</item>
</channel>
</rss>
