<?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: Additivity &#8211; what and why?</title>
	<atom:link href="http://veerasundar.com/blog/2009/08/log4j-tutorial-additivity-what-and-why/feed/" rel="self" type="application/rss+xml" />
	<link>http://veerasundar.com/blog/2009/08/log4j-tutorial-additivity-what-and-why/</link>
	<description>Java, web and design</description>
	<lastBuildDate>Sun, 20 May 2012 11:47:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Ian Fessey</title>
		<link>http://veerasundar.com/blog/2009/08/log4j-tutorial-additivity-what-and-why/#comment-2267</link>
		<dc:creator>Ian Fessey</dc:creator>
		<pubDate>Tue, 08 May 2012 08:27:39 +0000</pubDate>
		<guid isPermaLink="false">http://veerasundar.com/blog/?p=701#comment-2267</guid>
		<description>Excellent article, well written and easy to understand.</description>
		<content:encoded><![CDATA[<p>Excellent article, well written and easy to understand.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: salish</title>
		<link>http://veerasundar.com/blog/2009/08/log4j-tutorial-additivity-what-and-why/#comment-2262</link>
		<dc:creator>salish</dc:creator>
		<pubDate>Sun, 06 May 2012 05:53:16 +0000</pubDate>
		<guid isPermaLink="false">http://veerasundar.com/blog/?p=701#comment-2262</guid>
		<description>HI,
veera ,
Good ,and well explained ,thanks for your valuable blog.Are you familiar with slf4j ,can the same be done for slf4j.
if yes please help me by explaining that.i&#039;m working in spring mvc is there any way for logging in spring ,while checking the log we are getting lots and lots of spring log while using slf4j.what to avoid spring loggings.

thanks in advance</description>
		<content:encoded><![CDATA[<p>HI,<br />
veera ,<br />
Good ,and well explained ,thanks for your valuable blog.Are you familiar with slf4j ,can the same be done for slf4j.<br />
if yes please help me by explaining that.i&#8217;m working in spring mvc is there any way for logging in spring ,while checking the log we are getting lots and lots of spring log while using slf4j.what to avoid spring loggings.</p>
<p>thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Siby Mathew</title>
		<link>http://veerasundar.com/blog/2009/08/log4j-tutorial-additivity-what-and-why/#comment-2122</link>
		<dc:creator>Siby Mathew</dc:creator>
		<pubDate>Wed, 28 Mar 2012 13:28:41 +0000</pubDate>
		<guid isPermaLink="false">http://veerasundar.com/blog/?p=701#comment-2122</guid>
		<description>Thanks a lot Veera ! I have been trying a lot to skip the console logging done in my parent log4j.xml class.. Your blog helped a lot...thanks again !!

Siby</description>
		<content:encoded><![CDATA[<p>Thanks a lot Veera ! I have been trying a lot to skip the console logging done in my parent log4j.xml class.. Your blog helped a lot&#8230;thanks again !!</p>
<p>Siby</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bala</title>
		<link>http://veerasundar.com/blog/2009/08/log4j-tutorial-additivity-what-and-why/#comment-2121</link>
		<dc:creator>bala</dc:creator>
		<pubDate>Wed, 28 Mar 2012 13:11:44 +0000</pubDate>
		<guid isPermaLink="false">http://veerasundar.com/blog/?p=701#comment-2121</guid>
		<description>excellent work !!!

i have a requirement, hopefully someone will show me a way. i searched a lot, couldnt find a solution

in my application i have 200 packages. in one package , in some classes i have log stements in TRACE level. i need to have a file appender to log only these TRACE level statements coming from this one package. i dont want to log DEBUG, INFO, ERROR, FATAL messages in this log file. i want just TRACE. how can i do it ?

i tried like this. created a category and set the threshold to TRACE. then i tried to suppress the 199 packages to FATAL. But thats lot of work listing 199 package names. unfortunately there is no wild card support in package names in log4j

thanks
bala</description>
		<content:encoded><![CDATA[<p>excellent work !!!</p>
<p>i have a requirement, hopefully someone will show me a way. i searched a lot, couldnt find a solution</p>
<p>in my application i have 200 packages. in one package , in some classes i have log stements in TRACE level. i need to have a file appender to log only these TRACE level statements coming from this one package. i dont want to log DEBUG, INFO, ERROR, FATAL messages in this log file. i want just TRACE. how can i do it ?</p>
<p>i tried like this. created a category and set the threshold to TRACE. then i tried to suppress the 199 packages to FATAL. But thats lot of work listing 199 package names. unfortunately there is no wild card support in package names in log4j</p>
<p>thanks<br />
bala</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bhaskar</title>
		<link>http://veerasundar.com/blog/2009/08/log4j-tutorial-additivity-what-and-why/#comment-2101</link>
		<dc:creator>Bhaskar</dc:creator>
		<pubDate>Wed, 21 Mar 2012 10:03:07 +0000</pubDate>
		<guid isPermaLink="false">http://veerasundar.com/blog/?p=701#comment-2101</guid>
		<description>Veera,
Actually i solved the issue and the problem was : two different log files populated with same content. The issue was compatibility problem with jboss 5.1.0ga such that the filter class used for logging was not compatible to the given version of jboss.Thus, once i changed the filter class the issue get resolved.</description>
		<content:encoded><![CDATA[<p>Veera,<br />
Actually i solved the issue and the problem was : two different log files populated with same content. The issue was compatibility problem with jboss 5.1.0ga such that the filter class used for logging was not compatible to the given version of jboss.Thus, once i changed the filter class the issue get resolved.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Veera</title>
		<link>http://veerasundar.com/blog/2009/08/log4j-tutorial-additivity-what-and-why/#comment-2094</link>
		<dc:creator>Veera</dc:creator>
		<pubDate>Mon, 19 Mar 2012 16:18:14 +0000</pubDate>
		<guid isPermaLink="false">http://veerasundar.com/blog/?p=701#comment-2094</guid>
		<description>Am not able to understand the issue here with the information provided... Can you mail me more details and I&#039;ll see what I can do..</description>
		<content:encoded><![CDATA[<p>Am not able to understand the issue here with the information provided&#8230; Can you mail me more details and I&#8217;ll see what I can do..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bhaskar</title>
		<link>http://veerasundar.com/blog/2009/08/log4j-tutorial-additivity-what-and-why/#comment-2091</link>
		<dc:creator>Bhaskar</dc:creator>
		<pubDate>Mon, 19 Mar 2012 11:52:27 +0000</pubDate>
		<guid isPermaLink="false">http://veerasundar.com/blog/?p=701#comment-2091</guid>
		<description>Hi Veera,

I am struggling with the following issues:
1. There are two sars such that one depend upon other
2. There is common logger for appending logs to the log files of both of these sars say for  : com.broadridge.logger.BRLogger 
             
		
		
		
	&lt;/category

3. Here MQM_SERVICE depend upon BPRIOR
4. The problem is : I am getting the log files of both of these sars exactly same.

 Thanks, for your quick reply in advance!!</description>
		<content:encoded><![CDATA[<p>Hi Veera,</p>
<p>I am struggling with the following issues:<br />
1. There are two sars such that one depend upon other<br />
2. There is common logger for appending logs to the log files of both of these sars say for  : com.broadridge.logger.BRLogger </p>
<p>	&lt;/category</p>
<p>3. Here MQM_SERVICE depend upon BPRIOR<br />
4. The problem is : I am getting the log files of both of these sars exactly same.</p>
<p> Thanks, for your quick reply in advance!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Veera</title>
		<link>http://veerasundar.com/blog/2009/08/log4j-tutorial-additivity-what-and-why/#comment-2062</link>
		<dc:creator>Veera</dc:creator>
		<pubDate>Tue, 13 Mar 2012 06:39:02 +0000</pubDate>
		<guid isPermaLink="false">http://veerasundar.com/blog/?p=701#comment-2062</guid>
		<description>welcome.</description>
		<content:encoded><![CDATA[<p>welcome.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arun</title>
		<link>http://veerasundar.com/blog/2009/08/log4j-tutorial-additivity-what-and-why/#comment-2060</link>
		<dc:creator>Arun</dc:creator>
		<pubDate>Tue, 13 Mar 2012 06:30:48 +0000</pubDate>
		<guid isPermaLink="false">http://veerasundar.com/blog/?p=701#comment-2060</guid>
		<description>Hi veera,

Excellent explanation... Understood the concept very easily....
Keep writing on more topics...



Thanks.</description>
		<content:encoded><![CDATA[<p>Hi veera,</p>
<p>Excellent explanation&#8230; Understood the concept very easily&#8230;.<br />
Keep writing on more topics&#8230;</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mathias</title>
		<link>http://veerasundar.com/blog/2009/08/log4j-tutorial-additivity-what-and-why/#comment-868</link>
		<dc:creator>Mathias</dc:creator>
		<pubDate>Wed, 15 Feb 2012 09:54:01 +0000</pubDate>
		<guid isPermaLink="false">http://veerasundar.com/blog/?p=701#comment-868</guid>
		<description>Hello,
for anyone wondering what &#039;category&#039; is used for because in his files only &#039;logger&#039; is used:
http://hanuska.blogspot.com/2007/02/log4j-logger-vs-category.html

(In short: category is deprecated, logger is a subclass of category. Use logger.)
Great article, though!
Thanks - Mathias</description>
		<content:encoded><![CDATA[<p>Hello,<br />
for anyone wondering what &#8216;category&#8217; is used for because in his files only &#8216;logger&#8217; is used:<br />
<a href="http://hanuska.blogspot.com/2007/02/log4j-logger-vs-category.html" rel="nofollow">http://hanuska.blogspot.com/2007/02/log4j-logger-vs-category.html</a></p>
<p>(In short: category is deprecated, logger is a subclass of category. Use logger.)<br />
Great article, though!<br />
Thanks &#8211; Mathias</p>
]]></content:encoded>
	</item>
</channel>
</rss>

