<?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: C# &#8211; Change log4net Log Path and Level Programmatically</title>
	<atom:link href="http://www.zuhaib.in/how-to/c-change-log4net-log-path-and-level-programmatically/feed" rel="self" type="application/rss+xml" />
	<link>http://www.zuhaib.in/how-to/c-change-log4net-log-path-and-level-programmatically?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=rss</link>
	<description>A very lazy but meticulous blogger</description>
	<lastBuildDate>Tue, 09 Mar 2010 15:06:37 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Zuhaib</title>
		<link>http://www.zuhaib.in/how-to/c-change-log4net-log-path-and-level-programmatically/comment-page-1#comment-39899</link>
		<dc:creator>Zuhaib</dc:creator>
		<pubDate>Sun, 21 Feb 2010 15:15:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.zuhaib.in/how-to/c-change-log4net-log-path-and-level-programmatically#comment-39899</guid>
		<description>You can have multiple appenders that append to different log files.

You can get a specific appender like this.

ILog errorLogger = LogManager.GetLogger(&quot;MyErrorLogFileAppender&quot;);

&lt;strong&gt;What do you mean by categorize the fields?&lt;/strong&gt;

The Header and Footer param specified in the Appender&#039;s Layout would be printed everytime you application starts and ends.</description>
		<content:encoded><![CDATA[<p>You can have multiple appenders that append to different log files.</p>
<p>You can get a specific appender like this.</p>
<p>ILog errorLogger = LogManager.GetLogger(&#8221;MyErrorLogFileAppender&#8221;);</p>
<p><strong>What do you mean by categorize the fields?</strong></p>
<p>The Header and Footer param specified in the Appender&#8217;s Layout would be printed everytime you application starts and ends.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nash</title>
		<link>http://www.zuhaib.in/how-to/c-change-log4net-log-path-and-level-programmatically/comment-page-1#comment-39880</link>
		<dc:creator>Nash</dc:creator>
		<pubDate>Thu, 18 Feb 2010 21:36:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.zuhaib.in/how-to/c-change-log4net-log-path-and-level-programmatically#comment-39880</guid>
		<description>How do i split up the log entry and categorize the fields? And what if there are some additional patterns like header and footers?

I know how to read a file but only concern is splitting the entry and categorize the fields.

Any code snippet will help a lot?

Regards,
Nash</description>
		<content:encoded><![CDATA[<p>How do i split up the log entry and categorize the fields? And what if there are some additional patterns like header and footers?</p>
<p>I know how to read a file but only concern is splitting the entry and categorize the fields.</p>
<p>Any code snippet will help a lot?</p>
<p>Regards,<br />
Nash</p>
]]></content:encoded>
	</item>
</channel>
</rss>
