<?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, 20 Aug 2011 20:23:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: rakesh</title>
		<link>http://www.dreamcubes.com/b2/software-development/10/log4cxx-tutorial-in-visual-c/comment-page-2/#comment-834</link>
		<dc:creator>rakesh</dc:creator>
		<pubDate>Fri, 15 Jul 2011 13:23:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.dreamcubes.com/b2/?p=58#comment-834</guid>
		<description>Hi all,
 
i want to log into the ORACLE ,  MS Access , DB2 database but i am not able to fing appenders for the same can any one help me out please....any hint will be appriciated...Thanks in advance</description>
		<content:encoded><![CDATA[<p>Hi all,</p>
<p>i want to log into the ORACLE ,  MS Access , DB2 database but i am not able to fing appenders for the same can any one help me out please&#8230;.any hint will be appriciated&#8230;Thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rakesh</title>
		<link>http://www.dreamcubes.com/b2/software-development/10/log4cxx-tutorial-in-visual-c/comment-page-2/#comment-828</link>
		<dc:creator>rakesh</dc:creator>
		<pubDate>Mon, 11 Jul 2011 13:58:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.dreamcubes.com/b2/?p=58#comment-828</guid>
		<description>I am working with log4cxx with VS 2005.EVERYTHING went fine.The new test project built successfully but while running one runtime eception is coming.....
 
DOMConfigurator::configure(&quot;MyLogConfig.xml&quot;);

Thanks in advance
Rakesh</description>
		<content:encoded><![CDATA[<p>I am working with log4cxx with VS 2005.EVERYTHING went fine.The new test project built successfully but while running one runtime eception is coming&#8230;..</p>
<p>DOMConfigurator::configure(&#8220;MyLogConfig.xml&#8221;);</p>
<p>Thanks in advance<br />
Rakesh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rakesh</title>
		<link>http://www.dreamcubes.com/b2/software-development/10/log4cxx-tutorial-in-visual-c/comment-page-2/#comment-820</link>
		<dc:creator>rakesh</dc:creator>
		<pubDate>Mon, 04 Jul 2011 10:34:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.dreamcubes.com/b2/?p=58#comment-820</guid>
		<description>how and wr i have to include the header files???

where i will need that given binary build and what to do after that can any one tell me plsssss....thanks in advance

I just followed the steps as given 
win32 empty project&gt;(code)in some cpp file &gt;added .xml file in same folder&gt;build

i am getting the error::

fatal error C1083: Cannot open include file: &#039;log4cxx\logger.h&#039;: No such file or directory</description>
		<content:encoded><![CDATA[<p>how and wr i have to include the header files???</p>
<p>where i will need that given binary build and what to do after that can any one tell me plsssss&#8230;.thanks in advance</p>
<p>I just followed the steps as given<br />
win32 empty project&gt;(code)in some cpp file &gt;added .xml file in same folder&gt;build</p>
<p>i am getting the error::</p>
<p>fatal error C1083: Cannot open include file: &#8216;log4cxx\logger.h&#8217;: No such file or directory</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-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>
</channel>
</rss>

