<?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: Slf4j Logging Enables Your Grails Apps To Avoid isDebugEnabled Code Clutter and String Creation Overhead</title>
	<atom:link href="http://buildchimp.com/wordpress/?feed=rss2&#038;p=290" rel="self" type="application/rss+xml" />
	<link>http://buildchimp.com/wordpress/?p=290</link>
	<description>How-to's and Opinions on Release Engineering, Build Automation, and Groovy/Grails Development</description>
	<lastBuildDate>Sun, 20 Jun 2010 03:30:49 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: admin</title>
		<link>http://buildchimp.com/wordpress/?p=290&#038;cpage=1#comment-2253</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 30 Dec 2009 04:01:48 +0000</pubDate>
		<guid isPermaLink="false">http://buildchimp.com/wordpress/?p=290#comment-2253</guid>
		<description>well.. I certainly agree with you that isDebugEnabled clutters up one&#039;s code !

Thanks for reading...
 - c/b</description>
		<content:encoded><![CDATA[<p>well.. I certainly agree with you that isDebugEnabled clutters up one&#8217;s code !</p>
<p>Thanks for reading&#8230;<br />
 &#8211; c/b</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Smith</title>
		<link>http://buildchimp.com/wordpress/?p=290&#038;cpage=1#comment-2249</link>
		<dc:creator>John Smith</dc:creator>
		<pubDate>Wed, 30 Dec 2009 03:42:48 +0000</pubDate>
		<guid isPermaLink="false">http://buildchimp.com/wordpress/?p=290#comment-2249</guid>
		<description>&quot;Using ‘isDebugEnabled’ to wrap logging statements that involve String concatenation is standard Java best practice, especially in loop&quot;

No it isn&#039;t.  99% percent of the time, all it does is clutter up the code.  It should only be used rarely.  Only when you are logging huge object graphs.</description>
		<content:encoded><![CDATA[<p>&#8220;Using ‘isDebugEnabled’ to wrap logging statements that involve String concatenation is standard Java best practice, especially in loop&#8221;</p>
<p>No it isn&#8217;t.  99% percent of the time, all it does is clutter up the code.  It should only be used rarely.  Only when you are logging huge object graphs.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
