<?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: Log4j Tutorial : How to send log messages to different log files?</title>
	<atom:link href="http://veerasundar.com/blog/2009/08/log4j-tutorial-how-to-send-log-messages-to-different-log-files/feed/" rel="self" type="application/rss+xml" />
	<link>http://veerasundar.com/blog/2009/08/log4j-tutorial-how-to-send-log-messages-to-different-log-files/</link>
	<description></description>
	<lastBuildDate>Sat, 13 Mar 2010 04:56:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Veera</title>
		<link>http://veerasundar.com/blog/2009/08/log4j-tutorial-how-to-send-log-messages-to-different-log-files/comment-page-1/#comment-2302</link>
		<dc:creator>Veera</dc:creator>
		<pubDate>Fri, 20 Nov 2009 22:20:29 +0000</pubDate>
		<guid isPermaLink="false">http://veerasundar.com/blog/?p=687#comment-2302</guid>
		<description>@Kosala&lt;br&gt;&lt;br&gt;thank you very much. :)</description>
		<content:encoded><![CDATA[<p>@Kosala</p>
<p>thank you very much. <img src='http://veerasundar.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kosala</title>
		<link>http://veerasundar.com/blog/2009/08/log4j-tutorial-how-to-send-log-messages-to-different-log-files/comment-page-1/#comment-2301</link>
		<dc:creator>Kosala</dc:creator>
		<pubDate>Fri, 20 Nov 2009 21:27:40 +0000</pubDate>
		<guid isPermaLink="false">http://veerasundar.com/blog/?p=687#comment-2301</guid>
		<description>thank you very much for this short and sweet tutorial. you really cleared the mess i had about log4j and showed how easy it actually is to use. keep up the good work dude.</description>
		<content:encoded><![CDATA[<p>thank you very much for this short and sweet tutorial. you really cleared the mess i had about log4j and showed how easy it actually is to use. keep up the good work dude.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tr??ng Xuân Tính</title>
		<link>http://veerasundar.com/blog/2009/08/log4j-tutorial-how-to-send-log-messages-to-different-log-files/comment-page-1/#comment-2274</link>
		<dc:creator>Tr??ng Xuân Tính</dc:creator>
		<pubDate>Sat, 14 Nov 2009 04:03:39 +0000</pubDate>
		<guid isPermaLink="false">http://veerasundar.com/blog/?p=687#comment-2274</guid>
		<description>The reason for the concept &#039;Category&#039; still there is backward compatibility. You should use the the concept &#039;logger&#039; instead ;)</description>
		<content:encoded><![CDATA[<p>The reason for the concept &#39;Category&#39; still there is backward compatibility. You should use the the concept &#39;logger&#39; instead <img src='http://veerasundar.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Veera</title>
		<link>http://veerasundar.com/blog/2009/08/log4j-tutorial-how-to-send-log-messages-to-different-log-files/comment-page-1/#comment-2142</link>
		<dc:creator>Veera</dc:creator>
		<pubDate>Thu, 17 Sep 2009 11:46:25 +0000</pubDate>
		<guid isPermaLink="false">http://veerasundar.com/blog/?p=687#comment-2142</guid>
		<description>@Milan

If you want to redirect the System.out.println statements to a log file, you need to use the function &lt;a href=&quot;http://java.sun.com/j2se/1.4.2/docs/api/java/lang/System.html#setOut%28java.io.PrintStream%29&quot; rel=&quot;nofollow&quot;&gt;System.setOut&lt;/a&gt; for re-assigning the standard output stream.

Refer this link more information on how to do that: &lt;a href=&quot;http://blogs.sun.com/nickstephen/entry/java_redirecting_system_out_and&quot; title=&quot;Redirecting System.out and System.err to a rolling log file&quot; rel=&quot;nofollow&quot;&gt;Redirecting System.out and System.err to a rolling log file&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>@Milan</p>
<p>If you want to redirect the System.out.println statements to a log file, you need to use the function <a href="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/System.html#setOut%28java.io.PrintStream%29" rel="nofollow">System.setOut</a> for re-assigning the standard output stream.</p>
<p>Refer this link more information on how to do that: <a href="http://blogs.sun.com/nickstephen/entry/java_redirecting_system_out_and" title="Redirecting System.out and System.err to a rolling log file" rel="nofollow">Redirecting System.out and System.err to a rolling log file</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: milan</title>
		<link>http://veerasundar.com/blog/2009/08/log4j-tutorial-how-to-send-log-messages-to-different-log-files/comment-page-1/#comment-2141</link>
		<dc:creator>milan</dc:creator>
		<pubDate>Thu, 17 Sep 2009 07:45:18 +0000</pubDate>
		<guid isPermaLink="false">http://veerasundar.com/blog/?p=687#comment-2141</guid>
		<description>How can i redirect sysouts to a log file ? Any help will be appriciated.

Thanks in advance,
Milan.</description>
		<content:encoded><![CDATA[<p>How can i redirect sysouts to a log file ? Any help will be appriciated.</p>
<p>Thanks in advance,<br />
Milan.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tr??ng Xuân Tính</title>
		<link>http://veerasundar.com/blog/2009/08/log4j-tutorial-how-to-send-log-messages-to-different-log-files/comment-page-1/#comment-1902</link>
		<dc:creator>Tr??ng Xuân Tính</dc:creator>
		<pubDate>Sat, 15 Aug 2009 03:28:35 +0000</pubDate>
		<guid isPermaLink="false">http://veerasundar.com/blog/?p=687#comment-1902</guid>
		<description>The reason for the concept &#039;Category&#039; still there is backward compatibility. You should use the the concept &#039;logger&#039; instead ;)</description>
		<content:encoded><![CDATA[<p>The reason for the concept &#8216;Category&#8217; still there is backward compatibility. You should use the the concept &#8216;logger&#8217; instead <img src='http://veerasundar.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
