<?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: Tips for Using Log4j</title>
	<atom:link href="http://www.basilv.com/psd/blog/2006/tips-for-using-log4j/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.basilv.com/psd/blog/2006/tips-for-using-log4j</link>
	<description></description>
	<lastBuildDate>Wed, 08 Feb 2012 03:57:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Basil Vandegriend</title>
		<link>http://www.basilv.com/psd/blog/2006/tips-for-using-log4j/comment-page-1#comment-91340</link>
		<dc:creator>Basil Vandegriend</dc:creator>
		<pubDate>Thu, 21 May 2009 03:57:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.basilv.com/psd/blog/2006/tips-for-using-log4j#comment-91340</guid>
		<description>Java system properties can be set programmatically via System.setProperty() or more commonly can be set via the java command-line option &quot;-Dproperty=value&quot;.</description>
		<content:encoded><![CDATA[<p>Java system properties can be set programmatically via System.setProperty() or more commonly can be set via the java command-line option &#8220;-Dproperty=value&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Total Log4Cplus Fan</title>
		<link>http://www.basilv.com/psd/blog/2006/tips-for-using-log4j/comment-page-1#comment-91297</link>
		<dc:creator>Total Log4Cplus Fan</dc:creator>
		<pubDate>Wed, 20 May 2009 10:40:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.basilv.com/psd/blog/2006/tips-for-using-log4j#comment-91297</guid>
		<description>The ${variable-name} construct only works in the properties file, obviously. But how do I set that variable in Java, so it gets filled with something useable?</description>
		<content:encoded><![CDATA[<p>The ${variable-name} construct only works in the properties file, obviously. But how do I set that variable in Java, so it gets filled with something useable?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Basil Vandegriend</title>
		<link>http://www.basilv.com/psd/blog/2006/tips-for-using-log4j/comment-page-1#comment-83328</link>
		<dc:creator>Basil Vandegriend</dc:creator>
		<pubDate>Fri, 27 Feb 2009 13:37:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.basilv.com/psd/blog/2006/tips-for-using-log4j#comment-83328</guid>
		<description>@Thabet, good question. I don&#039;t know the answer, sorry.</description>
		<content:encoded><![CDATA[<p>@Thabet, good question. I don&#8217;t know the answer, sorry.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thabet</title>
		<link>http://www.basilv.com/psd/blog/2006/tips-for-using-log4j/comment-page-1#comment-83299</link>
		<dc:creator>Thabet</dc:creator>
		<pubDate>Fri, 27 Feb 2009 10:09:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.basilv.com/psd/blog/2006/tips-for-using-log4j#comment-83299</guid>
		<description>Hey,

What if SMTP server require authentication. Where to define the user name and password?</description>
		<content:encoded><![CDATA[<p>Hey,</p>
<p>What if SMTP server require authentication. Where to define the user name and password?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sharada Vittal</title>
		<link>http://www.basilv.com/psd/blog/2006/tips-for-using-log4j/comment-page-1#comment-71963</link>
		<dc:creator>Sharada Vittal</dc:creator>
		<pubDate>Tue, 06 Jan 2009 18:22:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.basilv.com/psd/blog/2006/tips-for-using-log4j#comment-71963</guid>
		<description>Could you please add an example JAVA code to show how to use these properties?</description>
		<content:encoded><![CDATA[<p>Could you please add an example JAVA code to show how to use these properties?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Basil Vandegriend</title>
		<link>http://www.basilv.com/psd/blog/2006/tips-for-using-log4j/comment-page-1#comment-58644</link>
		<dc:creator>Basil Vandegriend</dc:creator>
		<pubDate>Thu, 07 Aug 2008 01:19:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.basilv.com/psd/blog/2006/tips-for-using-log4j#comment-58644</guid>
		<description>Great tip, Rob. I wonder if this watch mechanism is suitable for use within Java EE containers?</description>
		<content:encoded><![CDATA[<p>Great tip, Rob. I wonder if this watch mechanism is suitable for use within Java EE containers?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Williams</title>
		<link>http://www.basilv.com/psd/blog/2006/tips-for-using-log4j/comment-page-1#comment-58609</link>
		<dc:creator>Rob Williams</dc:creator>
		<pubDate>Wed, 06 Aug 2008 18:46:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.basilv.com/psd/blog/2006/tips-for-using-log4j#comment-58609</guid>
		<description>Please note that Log4j can be configured via a file (Java properties or XML) and then watch that file for changes, with automatic reloading/reconfiguring.  Check the javadocs for the *Watch methods in the API.</description>
		<content:encoded><![CDATA[<p>Please note that Log4j can be configured via a file (Java properties or XML) and then watch that file for changes, with automatic reloading/reconfiguring.  Check the javadocs for the *Watch methods in the API.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

