<?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: How to use log4j logging API</title>
	<atom:link href="http://javawords.com/2008/01/08/how-to-use-log4j-logging-api/feed/" rel="self" type="application/rss+xml" />
	<link>http://javawords.com/2008/01/08/how-to-use-log4j-logging-api/</link>
	<description>A blog about Java Programming Language. Tips and solutions for common problems, tools and resources, tutorials and guides. A window to share my Java experience with others.</description>
	<lastBuildDate>Tue, 17 Jan 2012 15:51:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Christos Fragoulides</title>
		<link>http://javawords.com/2008/01/08/how-to-use-log4j-logging-api/comment-page-1/#comment-907</link>
		<dc:creator>Christos Fragoulides</dc:creator>
		<pubDate>Tue, 17 Jan 2012 15:51:43 +0000</pubDate>
		<guid isPermaLink="false">http://javawords.com/2008/01/08/how-to-use-log4j-logging-api/#comment-907</guid>
		<description>Hey Sumit, most probably you are missing something in your configuration file. Make sure there is no misspelling in the &#039;log4j.properties&#039; file name, that it is located in the default package, etc..
Download and check the linked NetBeans project (at the end of the post), it should work as-is.</description>
		<content:encoded><![CDATA[<p>Hey Sumit, most probably you are missing something in your configuration file. Make sure there is no misspelling in the &#8216;log4j.properties&#8217; file name, that it is located in the default package, etc..<br />
Download and check the linked NetBeans project (at the end of the post), it should work as-is.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sumit Khanna</title>
		<link>http://javawords.com/2008/01/08/how-to-use-log4j-logging-api/comment-page-1/#comment-904</link>
		<dc:creator>Sumit Khanna</dc:creator>
		<pubDate>Thu, 05 Jan 2012 18:09:32 +0000</pubDate>
		<guid isPermaLink="false">http://javawords.com/2008/01/08/how-to-use-log4j-logging-api/#comment-904</guid>
		<description>I tried this code and followed the steps mentioned.. Although i am able to print my log message on the console, but nothing goes into the .log file.</description>
		<content:encoded><![CDATA[<p>I tried this code and followed the steps mentioned.. Although i am able to print my log message on the console, but nothing goes into the .log file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Madhusudan Suryanarayanan</title>
		<link>http://javawords.com/2008/01/08/how-to-use-log4j-logging-api/comment-page-1/#comment-900</link>
		<dc:creator>Madhusudan Suryanarayanan</dc:creator>
		<pubDate>Fri, 09 Dec 2011 14:38:49 +0000</pubDate>
		<guid isPermaLink="false">http://javawords.com/2008/01/08/how-to-use-log4j-logging-api/#comment-900</guid>
		<description>Thanks a lot for the quick intro xfrag. It was very helpful. :) :)</description>
		<content:encoded><![CDATA[<p>Thanks a lot for the quick intro xfrag. It was very helpful. <img src='http://javawords.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  <img src='http://javawords.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sumit</title>
		<link>http://javawords.com/2008/01/08/how-to-use-log4j-logging-api/comment-page-1/#comment-892</link>
		<dc:creator>sumit</dc:creator>
		<pubDate>Mon, 10 Oct 2011 08:44:57 +0000</pubDate>
		<guid isPermaLink="false">http://javawords.com/2008/01/08/how-to-use-log4j-logging-api/#comment-892</guid>
		<description>Nice Intro! Thank you so much!</description>
		<content:encoded><![CDATA[<p>Nice Intro! Thank you so much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gourav garg</title>
		<link>http://javawords.com/2008/01/08/how-to-use-log4j-logging-api/comment-page-1/#comment-883</link>
		<dc:creator>gourav garg</dc:creator>
		<pubDate>Fri, 26 Aug 2011 07:20:00 +0000</pubDate>
		<guid isPermaLink="false">http://javawords.com/2008/01/08/how-to-use-log4j-logging-api/#comment-883</guid>
		<description>Ultimate code mast</description>
		<content:encoded><![CDATA[<p>Ultimate code mast</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: xfrag</title>
		<link>http://javawords.com/2008/01/08/how-to-use-log4j-logging-api/comment-page-1/#comment-869</link>
		<dc:creator>xfrag</dc:creator>
		<pubDate>Wed, 15 Jun 2011 22:43:16 +0000</pubDate>
		<guid isPermaLink="false">http://javawords.com/2008/01/08/how-to-use-log4j-logging-api/#comment-869</guid>
		<description>Farhaan, take a look at this page: &lt;a href=&quot;http://logging.apache.org/log4j/1.2/apidocs/org/apache/log4j/PatternLayout.html&quot; rel=&quot;nofollow&quot;&gt;PatternLayout&lt;/a&gt;, you can find all the information you need there.</description>
		<content:encoded><![CDATA[<p>Farhaan, take a look at this page: <a href="http://logging.apache.org/log4j/1.2/apidocs/org/apache/log4j/PatternLayout.html" rel="nofollow">PatternLayout</a>, you can find all the information you need there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How to create a instance for logger?</title>
		<link>http://javawords.com/2008/01/08/how-to-use-log4j-logging-api/comment-page-1/#comment-866</link>
		<dc:creator>How to create a instance for logger?</dc:creator>
		<pubDate>Fri, 03 Jun 2011 13:45:55 +0000</pubDate>
		<guid isPermaLink="false">http://javawords.com/2008/01/08/how-to-use-log4j-logging-api/#comment-866</guid>
		<description>[...] 4j..i dunno how to create a instance this logger can you guide me    Have a look at this article : How to use log4j logging API  Hope that helps,  [...]</description>
		<content:encoded><![CDATA[<p>[...] 4j..i dunno how to create a instance this logger can you guide me    Have a look at this article : How to use log4j logging API  Hope that helps,  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Farhaan</title>
		<link>http://javawords.com/2008/01/08/how-to-use-log4j-logging-api/comment-page-1/#comment-841</link>
		<dc:creator>Farhaan</dc:creator>
		<pubDate>Thu, 06 Jan 2011 05:05:18 +0000</pubDate>
		<guid isPermaLink="false">http://javawords.com/2008/01/08/how-to-use-log4j-logging-api/#comment-841</guid>
		<description>I want to know about conversion pattern string. I mean what it means 5p [%t] (%F:%L) - %m%n or =%d - %c - %p - %m%n</description>
		<content:encoded><![CDATA[<p>I want to know about conversion pattern string. I mean what it means 5p [%t] (%F:%L) &#8211; %m%n or =%d &#8211; %c &#8211; %p &#8211; %m%n</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abdul Mannan</title>
		<link>http://javawords.com/2008/01/08/how-to-use-log4j-logging-api/comment-page-1/#comment-831</link>
		<dc:creator>Abdul Mannan</dc:creator>
		<pubDate>Fri, 12 Nov 2010 07:31:53 +0000</pubDate>
		<guid isPermaLink="false">http://javawords.com/2008/01/08/how-to-use-log4j-logging-api/#comment-831</guid>
		<description>Nice tutorial.</description>
		<content:encoded><![CDATA[<p>Nice tutorial.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vivek</title>
		<link>http://javawords.com/2008/01/08/how-to-use-log4j-logging-api/comment-page-1/#comment-817</link>
		<dc:creator>vivek</dc:creator>
		<pubDate>Fri, 06 Aug 2010 12:23:47 +0000</pubDate>
		<guid isPermaLink="false">http://javawords.com/2008/01/08/how-to-use-log4j-logging-api/#comment-817</guid>
		<description>Really helps me ....

1)where to use the LogRecord class in log4j.
2)If the log file(Demo1.log) is filled up ,then how can it create and use the another log file(Demo2.log)</description>
		<content:encoded><![CDATA[<p>Really helps me &#8230;.</p>
<p>1)where to use the LogRecord class in log4j.<br />
2)If the log file(Demo1.log) is filled up ,then how can it create and use the another log file(Demo2.log)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

