<?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: Writing a Custom Appender for log4net</title>
	<atom:link href="http://karlagius.com/2008/01/02/writing-a-custom-appender-for-log4net/feed/" rel="self" type="application/rss+xml" />
	<link>http://karlagius.com/2008/01/02/writing-a-custom-appender-for-log4net/</link>
	<description>It&#039;s not rocket science</description>
	<lastBuildDate>Thu, 25 Feb 2010 22:10:36 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Custom Name Badges</title>
		<link>http://karlagius.com/2008/01/02/writing-a-custom-appender-for-log4net/comment-page-1/#comment-1046</link>
		<dc:creator>Custom Name Badges</dc:creator>
		<pubDate>Thu, 25 Feb 2010 16:57:54 +0000</pubDate>
		<guid isPermaLink="false">http://karlagius.wordpress.com/2008/01/02/writing-a-custom-appender-for-log4net/#comment-1046</guid>
		<description>used to use log4net in most of my projects. Looked for something to extend right like in your post! many thanks</description>
		<content:encoded><![CDATA[<p>used to use log4net in most of my projects. Looked for something to extend right like in your post! many thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karl</title>
		<link>http://karlagius.com/2008/01/02/writing-a-custom-appender-for-log4net/comment-page-1/#comment-1040</link>
		<dc:creator>Karl</dc:creator>
		<pubDate>Sun, 24 Jan 2010 03:06:59 +0000</pubDate>
		<guid isPermaLink="false">http://karlagius.wordpress.com/2008/01/02/writing-a-custom-appender-for-log4net/#comment-1040</guid>
		<description>Thanks Ryan, please do let me know if it works out ok! The trickiest part I found with this appender was to decide what gets logged as an issue or not - uncaught exceptions being a given. Be sure to look at whatever mechanism your issue tracker uses to log duplicates too ... it&#039;s easy to get flooded otherwise ;)</description>
		<content:encoded><![CDATA[<p>Thanks Ryan, please do let me know if it works out ok! The trickiest part I found with this appender was to decide what gets logged as an issue or not &#8211; uncaught exceptions being a given. Be sure to look at whatever mechanism your issue tracker uses to log duplicates too &#8230; it&#8217;s easy to get flooded otherwise <img src='http://karlagius.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Tomlinson</title>
		<link>http://karlagius.com/2008/01/02/writing-a-custom-appender-for-log4net/comment-page-1/#comment-1039</link>
		<dc:creator>Ryan Tomlinson</dc:creator>
		<pubDate>Sun, 24 Jan 2010 00:01:24 +0000</pubDate>
		<guid isPermaLink="false">http://karlagius.wordpress.com/2008/01/02/writing-a-custom-appender-for-log4net/#comment-1039</guid>
		<description>Hi Karl,

Another great post. I&#039;ve been looking at log4net this week and hadn&#039;t thought to write an appender to log into our issue tracking system.

Brilliant idea!

Cheers,

Ryan</description>
		<content:encoded><![CDATA[<p>Hi Karl,</p>
<p>Another great post. I&#8217;ve been looking at log4net this week and hadn&#8217;t thought to write an appender to log into our issue tracking system.</p>
<p>Brilliant idea!</p>
<p>Cheers,</p>
<p>Ryan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prasad</title>
		<link>http://karlagius.com/2008/01/02/writing-a-custom-appender-for-log4net/comment-page-1/#comment-10</link>
		<dc:creator>Prasad</dc:creator>
		<pubDate>Fri, 05 Dec 2008 13:08:08 +0000</pubDate>
		<guid isPermaLink="false">http://karlagius.wordpress.com/2008/01/02/writing-a-custom-appender-for-log4net/#comment-10</guid>
		<description>Thanks for the reply.

Is it possible to Override the Error,Debug...etc functions in my custom appender. so that, i can use some more custom parameters, along with message and exception.</description>
		<content:encoded><![CDATA[<p>Thanks for the reply.</p>
<p>Is it possible to Override the Error,Debug&#8230;etc functions in my custom appender. so that, i can use some more custom parameters, along with message and exception.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: karlagius</title>
		<link>http://karlagius.com/2008/01/02/writing-a-custom-appender-for-log4net/comment-page-1/#comment-6</link>
		<dc:creator>karlagius</dc:creator>
		<pubDate>Fri, 31 Oct 2008 14:58:49 +0000</pubDate>
		<guid isPermaLink="false">http://karlagius.wordpress.com/2008/01/02/writing-a-custom-appender-for-log4net/#comment-6</guid>
		<description>Hi Prasad, thanks for your comment.

The appender described here assumes that you are using a Gemini issue tracking system. To use the custom appender, place the dll generated by the project with the rest of your project binaries. Also include the log4net dlls.

Finally, include the tags shown in the article (appender name=&quot;Gemini&quot; and so on) in your application .config file. The values in to use depend on your Gemini installation, so you might want to check with the documentation or the person who maintains your issue tracking system about it.

Thanks again for commenting. Let me know if you have any problems :)</description>
		<content:encoded><![CDATA[<p>Hi Prasad, thanks for your comment.</p>
<p>The appender described here assumes that you are using a Gemini issue tracking system. To use the custom appender, place the dll generated by the project with the rest of your project binaries. Also include the log4net dlls.</p>
<p>Finally, include the tags shown in the article (appender name=&#8221;Gemini&#8221; and so on) in your application .config file. The values in to use depend on your Gemini installation, so you might want to check with the documentation or the person who maintains your issue tracking system about it.</p>
<p>Thanks again for commenting. Let me know if you have any problems <img src='http://karlagius.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prasad</title>
		<link>http://karlagius.com/2008/01/02/writing-a-custom-appender-for-log4net/comment-page-1/#comment-8</link>
		<dc:creator>Prasad</dc:creator>
		<pubDate>Fri, 31 Oct 2008 13:50:47 +0000</pubDate>
		<guid isPermaLink="false">http://karlagius.wordpress.com/2008/01/02/writing-a-custom-appender-for-log4net/#comment-8</guid>
		<description>I found the code pretty useful. But, i donno how i can configure this custom appender to my project. Can you please guide me.</description>
		<content:encoded><![CDATA[<p>I found the code pretty useful. But, i donno how i can configure this custom appender to my project. Can you please guide me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: karlagius</title>
		<link>http://karlagius.com/2008/01/02/writing-a-custom-appender-for-log4net/comment-page-1/#comment-9</link>
		<dc:creator>karlagius</dc:creator>
		<pubDate>Thu, 23 Oct 2008 08:35:58 +0000</pubDate>
		<guid isPermaLink="false">http://karlagius.wordpress.com/2008/01/02/writing-a-custom-appender-for-log4net/#comment-9</guid>
		<description>Hi Kaushal, the source code can be downloaded from

http://cid-f9403e3f2829cab9.skydrive.live.com/self.aspx/The%20Simple%20Part/writing-a-custom-appender-for-log4net/WebServiceAppender.zip

To create a custom appender in your project, create a class that inherits from AppenderSkeleton and override the Append(LoggingEvent[] loggingEvents) and Append(LoggingEvent loggingEvent) methods. Inside these methods, you can write to MSMQ in the same way you normally would in an application. Let me know if you have any problems downloading the source code or anything.</description>
		<content:encoded><![CDATA[<p>Hi Kaushal, the source code can be downloaded from</p>
<p><a href="http://cid-f9403e3f2829cab9.skydrive.live.com/self.aspx/The%20Simple%20Part/writing-a-custom-appender-for-log4net/WebServiceAppender.zip">http://cid-f9403e3f2829cab9.skydrive.live.com/self.aspx/The%20Simple%20Part/writing-a-custom-appender-for-log4net/WebServiceAppender.zip</a></p>
<p>To create a custom appender in your project, create a class that inherits from AppenderSkeleton and override the Append(LoggingEvent[] loggingEvents) and Append(LoggingEvent loggingEvent) methods. Inside these methods, you can write to MSMQ in the same way you normally would in an application. Let me know if you have any problems downloading the source code or anything.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kaushal Patel</title>
		<link>http://karlagius.com/2008/01/02/writing-a-custom-appender-for-log4net/comment-page-1/#comment-7</link>
		<dc:creator>Kaushal Patel</dc:creator>
		<pubDate>Thu, 23 Oct 2008 05:31:40 +0000</pubDate>
		<guid isPermaLink="false">http://karlagius.wordpress.com/2008/01/02/writing-a-custom-appender-for-log4net/#comment-7</guid>
		<description>Hi,

Can you email me your code/zip file on
kaushal.patel@lehman.com
patelkaushalk@gmail.com

Also, I would appreciate if you guide me how to write Appender for MSMQ  &amp; how to use it in project file.

Regards,
Kaushal.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Can you email me your code/zip file on<br />
<a href="mailto:kaushal.patel@lehman.com">kaushal.patel@lehman.com</a><br />
<a href="mailto:patelkaushalk@gmail.com">patelkaushalk@gmail.com</a></p>
<p>Also, I would appreciate if you guide me how to write Appender for MSMQ  &amp; how to use it in project file.</p>
<p>Regards,<br />
Kaushal.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marlongrech</title>
		<link>http://karlagius.com/2008/01/02/writing-a-custom-appender-for-log4net/comment-page-1/#comment-5</link>
		<dc:creator>marlongrech</dc:creator>
		<pubDate>Wed, 02 Jan 2008 17:52:52 +0000</pubDate>
		<guid isPermaLink="false">http://karlagius.wordpress.com/2008/01/02/writing-a-custom-appender-for-log4net/#comment-5</guid>
		<description>Cool dude.... I am sure I will find it useful in my near future projects

Thanks for this</description>
		<content:encoded><![CDATA[<p>Cool dude&#8230;. I am sure I will find it useful in my near future projects</p>
<p>Thanks for this</p>
]]></content:encoded>
	</item>
</channel>
</rss>
