<?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 Log4net in ASP.NET Application</title>
	<atom:link href="http://www.dottostring.com/2008/11/5-how-to-use-log4net-logging-aspnet-application/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dottostring.com/2008/11/5-how-to-use-log4net-logging-aspnet-application/</link>
	<description>Programming is our passion</description>
	<lastBuildDate>Sat, 06 Mar 2010 19:35:52 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: babarjehangir</title>
		<link>http://www.dottostring.com/2008/11/5-how-to-use-log4net-logging-aspnet-application/comment-page-1/#comment-288</link>
		<dc:creator>babarjehangir</dc:creator>
		<pubDate>Mon, 08 Feb 2010 00:03:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.dottostring.com/?p=5#comment-288</guid>
		<description>Thanks,http://feeds.feedburner.com/dottostring</description>
		<content:encoded><![CDATA[<p>Thanks,http://feeds.feedburner.com/dottostring</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Makeup Videos</title>
		<link>http://www.dottostring.com/2008/11/5-how-to-use-log4net-logging-aspnet-application/comment-page-1/#comment-287</link>
		<dc:creator>Makeup Videos</dc:creator>
		<pubDate>Thu, 04 Feb 2010 22:48:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.dottostring.com/?p=5#comment-287</guid>
		<description>Hey sweetie, nice website! I genuinely like this article.. I was curious about this for a while now. This cleared a lot up for me! Do you have a rss feed that I can add?</description>
		<content:encoded><![CDATA[<p>Hey sweetie, nice website! I genuinely like this article.. I was curious about this for a while now. This cleared a lot up for me! Do you have a rss feed that I can add?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Internet Banking</title>
		<link>http://www.dottostring.com/2008/11/5-how-to-use-log4net-logging-aspnet-application/comment-page-1/#comment-286</link>
		<dc:creator>Internet Banking</dc:creator>
		<pubDate>Thu, 04 Feb 2010 07:20:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.dottostring.com/?p=5#comment-286</guid>
		<description>Glad to see that this site works well on my  Blackberry Bold, everything I want to do is functional.  Thanks for keeping it up to date with the latest.</description>
		<content:encoded><![CDATA[<p>Glad to see that this site works well on my  Blackberry Bold, everything I want to do is functional.  Thanks for keeping it up to date with the latest.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nipit</title>
		<link>http://www.dottostring.com/2008/11/5-how-to-use-log4net-logging-aspnet-application/comment-page-1/#comment-260</link>
		<dc:creator>Nipit</dc:creator>
		<pubDate>Tue, 27 Oct 2009 10:42:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.dottostring.com/?p=5#comment-260</guid>
		<description>How do I replace [(null)] with the real data?</description>
		<content:encoded><![CDATA[<p>How do I replace [(null)] with the real data?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nipit</title>
		<link>http://www.dottostring.com/2008/11/5-how-to-use-log4net-logging-aspnet-application/comment-page-1/#comment-259</link>
		<dc:creator>Nipit</dc:creator>
		<pubDate>Tue, 27 Oct 2009 10:40:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.dottostring.com/?p=5#comment-259</guid>
		<description>It&#039;s work!

I have one question, What is [(null)] in a log data line?</description>
		<content:encoded><![CDATA[<p>It&#8217;s work!</p>
<p>I have one question, What is [(null)] in a log data line?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zeeshan</title>
		<link>http://www.dottostring.com/2008/11/5-how-to-use-log4net-logging-aspnet-application/comment-page-1/#comment-257</link>
		<dc:creator>Zeeshan</dc:creator>
		<pubDate>Mon, 19 Oct 2009 20:43:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.dottostring.com/?p=5#comment-257</guid>
		<description>Typo Error:

 file value=&quot;logsapp.log&quot; 

should be

 file value=&quot;logs\app.log&quot; 

&#039;\ is missing.

Thanks</description>
		<content:encoded><![CDATA[<p>Typo Error:</p>
<p> file value=&#8221;logsapp.log&#8221; </p>
<p>should be</p>
<p> file value=&#8221;logs\app.log&#8221; </p>
<p>&#8216;\ is missing.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zeeshan</title>
		<link>http://www.dottostring.com/2008/11/5-how-to-use-log4net-logging-aspnet-application/comment-page-1/#comment-256</link>
		<dc:creator>Zeeshan</dc:creator>
		<pubDate>Mon, 19 Oct 2009 20:41:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.dottostring.com/?p=5#comment-256</guid>
		<description>typo error:



As you mentioned it should be 



&#039;\&#039; is missing in the value.

Thanks for the nice post.</description>
		<content:encoded><![CDATA[<p>typo error:</p>
<p>As you mentioned it should be </p>
<p>&#8216;\&#8217; is missing in the value.</p>
<p>Thanks for the nice post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vrocks</title>
		<link>http://www.dottostring.com/2008/11/5-how-to-use-log4net-logging-aspnet-application/comment-page-1/#comment-221</link>
		<dc:creator>Vrocks</dc:creator>
		<pubDate>Tue, 22 Sep 2009 08:30:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.dottostring.com/?p=5#comment-221</guid>
		<description>Great Help... Thanks.</description>
		<content:encoded><![CDATA[<p>Great Help&#8230; Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vaibhav Panchal</title>
		<link>http://www.dottostring.com/2008/11/5-how-to-use-log4net-logging-aspnet-application/comment-page-1/#comment-217</link>
		<dc:creator>Vaibhav Panchal</dc:creator>
		<pubDate>Fri, 18 Sep 2009 11:07:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.dottostring.com/?p=5#comment-217</guid>
		<description>Thanks its working fine......</description>
		<content:encoded><![CDATA[<p>Thanks its working fine&#8230;&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: babarjehangir</title>
		<link>http://www.dottostring.com/2008/11/5-how-to-use-log4net-logging-aspnet-application/comment-page-1/#comment-182</link>
		<dc:creator>babarjehangir</dc:creator>
		<pubDate>Fri, 20 Mar 2009 04:59:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.dottostring.com/?p=5#comment-182</guid>
		<description>Hi Ghinwa,
replace the ConfigureLogging function with the following function for windows forms/service type projects.
public static void ConfigureLogging()
        {
            log.Debug(&quot;Configuring Logging&quot;);
            string logFile = Path.GetDirectoryName(Assembly.GetEntryAssembly().Location) + &quot;\\log4net.config&quot;;
            if (System.IO.File.Exists(logFile))
                log4net.Config.XmlConfigurator.ConfigureAndWatch(new System.IO.FileInfo(logFile));
            log.Debug(&quot;Log Configured&quot;);
        }

and you should be good :)</description>
		<content:encoded><![CDATA[<p>Hi Ghinwa,<br />
replace the ConfigureLogging function with the following function for windows forms/service type projects.<br />
public static void ConfigureLogging()<br />
        {<br />
            log.Debug(&#8221;Configuring Logging&#8221;);<br />
            string logFile = Path.GetDirectoryName(Assembly.GetEntryAssembly().Location) + &#8220;\\log4net.config&#8221;;<br />
            if (System.IO.File.Exists(logFile))<br />
                log4net.Config.XmlConfigurator.ConfigureAndWatch(new System.IO.FileInfo(logFile));<br />
            log.Debug(&#8221;Log Configured&#8221;);<br />
        }</p>
<p>and you should be good <img src='http://www.dottostring.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
