<?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: log4cxx Tutorial in Visual C++ ?</title>
	<atom:link href="http://www.dreamcubes.com/b2/software-development/10/log4cxx-tutorial-in-visual-c/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dreamcubes.com/b2/software-development/10/log4cxx-tutorial-in-visual-c/</link>
	<description></description>
	<lastBuildDate>Sat, 04 Sep 2010 03:29:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: merc</title>
		<link>http://www.dreamcubes.com/b2/software-development/10/log4cxx-tutorial-in-visual-c/comment-page-2/#comment-522</link>
		<dc:creator>merc</dc:creator>
		<pubDate>Wed, 01 Sep 2010 05:57:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.dreamcubes.com/b2/?p=58#comment-522</guid>
		<description>Hey Brandon, unfortunately that behavior is coded directly into the RollingFileAppender itself, I guess if you need a specific behavior you could derive your own appender based on the RollingFileAppender and modify the rename to .1 behavior.</description>
		<content:encoded><![CDATA[<p>Hey Brandon, unfortunately that behavior is coded directly into the RollingFileAppender itself, I guess if you need a specific behavior you could derive your own appender based on the RollingFileAppender and modify the rename to .1 behavior.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brandon</title>
		<link>http://www.dreamcubes.com/b2/software-development/10/log4cxx-tutorial-in-visual-c/comment-page-2/#comment-521</link>
		<dc:creator>Brandon</dc:creator>
		<pubDate>Wed, 01 Sep 2010 02:15:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.dreamcubes.com/b2/?p=58#comment-521</guid>
		<description>Hi Merc,

For the rollingfileappender, the param tag  instead of . Can I dun specify any name for the log file? I realise a .1 file will be created if no value is specified. Anyway to prevent the .1 file from being created?</description>
		<content:encoded><![CDATA[<p>Hi Merc,</p>
<p>For the rollingfileappender, the param tag  instead of . Can I dun specify any name for the log file? I realise a .1 file will be created if no value is specified. Anyway to prevent the .1 file from being created?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: merc</title>
		<link>http://www.dreamcubes.com/b2/software-development/10/log4cxx-tutorial-in-visual-c/comment-page-2/#comment-486</link>
		<dc:creator>merc</dc:creator>
		<pubDate>Wed, 21 Apr 2010 11:05:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.dreamcubes.com/b2/?p=58#comment-486</guid>
		<description>I think for that kind of custom behavior it&#039;s best to make your own appender, if I remember correctly there is this AppenderSkeleton that you can inherit and craft your own appender behavior.</description>
		<content:encoded><![CDATA[<p>I think for that kind of custom behavior it&#8217;s best to make your own appender, if I remember correctly there is this AppenderSkeleton that you can inherit and craft your own appender behavior.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rajkumar V</title>
		<link>http://www.dreamcubes.com/b2/software-development/10/log4cxx-tutorial-in-visual-c/comment-page-2/#comment-485</link>
		<dc:creator>Rajkumar V</dc:creator>
		<pubDate>Wed, 21 Apr 2010 07:19:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.dreamcubes.com/b2/?p=58#comment-485</guid>
		<description>Hi,

One more query.

How can i use both &quot;Activefilename&quot; and &quot;filenamepattern&quot; in SizeBasedRollingPloicy?

Thanks advance.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>One more query.</p>
<p>How can i use both &#8220;Activefilename&#8221; and &#8220;filenamepattern&#8221; in SizeBasedRollingPloicy?</p>
<p>Thanks advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rajkumar V</title>
		<link>http://www.dreamcubes.com/b2/software-development/10/log4cxx-tutorial-in-visual-c/comment-page-2/#comment-484</link>
		<dc:creator>Rajkumar V</dc:creator>
		<pubDate>Wed, 21 Apr 2010 06:31:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.dreamcubes.com/b2/?p=58#comment-484</guid>
		<description>Hi merc,

1. Plase help to create only one backup file for log named as log.txt.old(No Index using %i or %d).The active file name is : log.txt

2. Also After backuping, need to write a Header Information in each log file as follows,

******************************
My Solution - TimeStamp
******************************

How can i configure the xml file for the same?</description>
		<content:encoded><![CDATA[<p>Hi merc,</p>
<p>1. Plase help to create only one backup file for log named as log.txt.old(No Index using %i or %d).The active file name is : log.txt</p>
<p>2. Also After backuping, need to write a Header Information in each log file as follows,</p>
<p>******************************<br />
My Solution &#8211; TimeStamp<br />
******************************</p>
<p>How can i configure the xml file for the same?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: merc</title>
		<link>http://www.dreamcubes.com/b2/software-development/10/log4cxx-tutorial-in-visual-c/comment-page-2/#comment-454</link>
		<dc:creator>merc</dc:creator>
		<pubDate>Sat, 20 Mar 2010 10:42:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.dreamcubes.com/b2/?p=58#comment-454</guid>
		<description>yeah that&#039;s true :)</description>
		<content:encoded><![CDATA[<p>yeah that&#8217;s true <img src='http://www.dreamcubes.com/b2/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robin</title>
		<link>http://www.dreamcubes.com/b2/software-development/10/log4cxx-tutorial-in-visual-c/comment-page-2/#comment-453</link>
		<dc:creator>Robin</dc:creator>
		<pubDate>Fri, 19 Mar 2010 18:26:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.dreamcubes.com/b2/?p=58#comment-453</guid>
		<description>Yes, I got it working. What I meant was with a malform xml, it just crashes which is not debuggable for someone unfamiliar with the xml format.</description>
		<content:encoded><![CDATA[<p>Yes, I got it working. What I meant was with a malform xml, it just crashes which is not debuggable for someone unfamiliar with the xml format.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: merc</title>
		<link>http://www.dreamcubes.com/b2/software-development/10/log4cxx-tutorial-in-visual-c/comment-page-2/#comment-452</link>
		<dc:creator>merc</dc:creator>
		<pubDate>Fri, 19 Mar 2010 13:04:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.dreamcubes.com/b2/?p=58#comment-452</guid>
		<description>I&#039;ve download your config file and looked at it, it&#039;s missing the closing element. Once I&#039;ve added the closing element and put it with a test project it loaded just fine. Have a look at the test project with your config file in it:  http://www.dreamcubes.com/webdrive/TestLog4cxx.rar</description>
		<content:encoded><![CDATA[<p>I&#8217;ve download your config file and looked at it, it&#8217;s missing the closing element. Once I&#8217;ve added the closing element and put it with a test project it loaded just fine. Have a look at the test project with your config file in it:  http://www.dreamcubes.com/webdrive/TestLog4cxx.rar</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robin</title>
		<link>http://www.dreamcubes.com/b2/software-development/10/log4cxx-tutorial-in-visual-c/comment-page-2/#comment-450</link>
		<dc:creator>Robin</dc:creator>
		<pubDate>Thu, 18 Mar 2010 16:19:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.dreamcubes.com/b2/?p=58#comment-450</guid>
		<description>Oh man... it&#039;s just crashes, it&#039;s not debuggable. Thanks!</description>
		<content:encoded><![CDATA[<p>Oh man&#8230; it&#8217;s just crashes, it&#8217;s not debuggable. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: merc</title>
		<link>http://www.dreamcubes.com/b2/software-development/10/log4cxx-tutorial-in-visual-c/comment-page-2/#comment-448</link>
		<dc:creator>merc</dc:creator>
		<pubDate>Tue, 16 Mar 2010 09:31:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.dreamcubes.com/b2/?p=58#comment-448</guid>
		<description>Ah... you&#039;re missing the closing element &lt;/log4j:configuration&gt; at the end in your config file.</description>
		<content:encoded><![CDATA[<p>Ah&#8230; you&#8217;re missing the closing element &lt;/log4j:configuration&gt; at the end in your config file.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
