<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: JavaOne 2006 Submission: Logging with java.util.logging</title>
	<atom:link href="http://drunkandretired.com/2005/11/29/javaone-2006-submission-logging-with-javautillogging/feed/" rel="self" type="application/rss+xml" />
	<link>http://drunkandretired.com/2005/11/29/javaone-2006-submission-logging-with-javautillogging/</link>
	<description>Est. 2000</description>
	<lastBuildDate>Thu, 09 Feb 2012 17:59:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Kaushik</title>
		<link>http://drunkandretired.com/2005/11/29/javaone-2006-submission-logging-with-javautillogging/#comment-2152</link>
		<dc:creator><![CDATA[Kaushik]]></dc:creator>
		<pubDate>Mon, 17 Mar 2008 05:30:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.drunkandretired.com/wordpress/2005/11/29/javaone-2006-submission-logging-with-javautillogging/#comment-2152</guid>
		<description><![CDATA[Hi Cote,

This post sounds really interesting but the link to your presentation seems to be dead. Would you mind reposting the ppt/pdf of your slides.

Cheers,
Kaushik]]></description>
		<content:encoded><![CDATA[<p>Hi Cote,</p>
<p>This post sounds really interesting but the link to your presentation seems to be dead. Would you mind reposting the ppt/pdf of your slides.</p>
<p>Cheers,<br />
Kaushik</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cote'</title>
		<link>http://drunkandretired.com/2005/11/29/javaone-2006-submission-logging-with-javautillogging/#comment-2151</link>
		<dc:creator><![CDATA[Cote']]></dc:creator>
		<pubDate>Tue, 21 Mar 2006 21:44:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.drunkandretired.com/wordpress/2005/11/29/javaone-2006-submission-logging-with-javautillogging/#comment-2151</guid>
		<description><![CDATA[Sure, you need to open up logging.properties and uncomment out the FileHandler example that&#039;s in there.

That file should be located at /jre/lib and just look around for &quot;file&quot; or &quot;FileHandler.&quot;

If not, search on google for something like &quot;java file handler&quot; and you should find some examples of configuring it.]]></description>
		<content:encoded><![CDATA[<p>Sure, you need to open up logging.properties and uncomment out the FileHandler example that&#8217;s in there.</p>
<p>That file should be located at /jre/lib and just look around for &#8220;file&#8221; or &#8220;FileHandler.&#8221;</p>
<p>If not, search on google for something like &#8220;java file handler&#8221; and you should find some examples of configuring it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ragunanthan</title>
		<link>http://drunkandretired.com/2005/11/29/javaone-2006-submission-logging-with-javautillogging/#comment-2150</link>
		<dc:creator><![CDATA[Ragunanthan]]></dc:creator>
		<pubDate>Mon, 20 Mar 2006 09:39:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.drunkandretired.com/wordpress/2005/11/29/javaone-2006-submission-logging-with-javautillogging/#comment-2150</guid>
		<description><![CDATA[hi Cote,

I am using java.util.Logging.logger in my class, by default the messages are printed in the console,Can u tell me how to print all the logged messages in to a seperate file.

regards
Ragu]]></description>
		<content:encoded><![CDATA[<p>hi Cote,</p>
<p>I am using java.util.Logging.logger in my class, by default the messages are printed in the console,Can u tell me how to print all the logged messages in to a seperate file.</p>
<p>regards<br />
Ragu</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cote'</title>
		<link>http://drunkandretired.com/2005/11/29/javaone-2006-submission-logging-with-javautillogging/#comment-2149</link>
		<dc:creator><![CDATA[Cote']]></dc:creator>
		<pubDate>Tue, 14 Feb 2006 17:21:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.drunkandretired.com/wordpress/2005/11/29/javaone-2006-submission-logging-with-javautillogging/#comment-2149</guid>
		<description><![CDATA[I typically don&#039;t use StringBuffers for log messages, I just use the argument&#039;ed message with an Object array for arguments. My assumptions are that if you&#039;re using an isLoggable, you&#039;re not too concerned about the performance hit (if any) of what happens in the block. That is, your assumption is that you&#039;d rather get the logging information than performance in that case.]]></description>
		<content:encoded><![CDATA[<p>I typically don&#8217;t use StringBuffers for log messages, I just use the argument&#8217;ed message with an Object array for arguments. My assumptions are that if you&#8217;re using an isLoggable, you&#8217;re not too concerned about the performance hit (if any) of what happens in the block. That is, your assumption is that you&#8217;d rather get the logging information than performance in that case.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://drunkandretired.com/2005/11/29/javaone-2006-submission-logging-with-javautillogging/#comment-2148</link>
		<dc:creator><![CDATA[Anonymous]]></dc:creator>
		<pubDate>Tue, 07 Feb 2006 06:36:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.drunkandretired.com/wordpress/2005/11/29/javaone-2006-submission-logging-with-javautillogging/#comment-2148</guid>
		<description><![CDATA[Hey cote
Great ppt you got, I like the slide about the micro-optimizations it make me rethink my all logging.

I use isLoggable() and a Object[] in my code now I realized that I rather use Stringbuffer to build the msg ...

did I got it right ? is it cheapter to use StringBuffer for the  msg assuming there is a isLoggable() before the log ?

thanks
gil p]]></description>
		<content:encoded><![CDATA[<p>Hey cote<br />
Great ppt you got, I like the slide about the micro-optimizations it make me rethink my all logging.</p>
<p>I use isLoggable() and a Object[] in my code now I realized that I rather use Stringbuffer to build the msg &#8230;</p>
<p>did I got it right ? is it cheapter to use StringBuffer for the  msg assuming there is a isLoggable() before the log ?</p>
<p>thanks<br />
gil p</p>
]]></content:encoded>
	</item>
</channel>
</rss>

