<?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"
	>
<channel>
	<title>Comments on: Implement logging in your applications with Log4[insert-language]</title>
	<atom:link href="http://jimmyzimmerman.com/blog/2007/04/implement-logging-in-your-applications-with-log4insert-language.html/feed" rel="self" type="application/rss+xml" />
	<link>http://jimmyzimmerman.com/blog/2007/04/implement-logging-in-your-applications-with-log4insert-language.html</link>
	<description>Web Entrepreneur</description>
	<pubDate>Wed, 19 Nov 2008 10:42:05 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Fred</title>
		<link>http://jimmyzimmerman.com/blog/2007/04/implement-logging-in-your-applications-with-log4insert-language.html#comment-91426</link>
		<dc:creator>Fred</dc:creator>
		<pubDate>Fri, 15 Aug 2008 11:51:14 +0000</pubDate>
		<guid isPermaLink="false">http://jimmyzimmerman.com/blog/2007/04/implement-logging-in-your-applications-with-log4insert-language.html#comment-91426</guid>
		<description>Anyone got a tip on how to separate the logging to separate files based on class? I.e i want com.foo.* packages logged to log1.txt and com.bar.* packages logged to log2.txt. Sooo confusing with all these appenders</description>
		<content:encoded><![CDATA[<p>Anyone got a tip on how to separate the logging to separate files based on class? I.e i want com.foo.* packages logged to log1.txt and com.bar.* packages logged to log2.txt. Sooo confusing with all these appenders</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jimmy'z</title>
		<link>http://jimmyzimmerman.com/blog/2007/04/implement-logging-in-your-applications-with-log4insert-language.html#comment-80931</link>
		<dc:creator>Jimmy'z</dc:creator>
		<pubDate>Wed, 02 Jul 2008 02:06:48 +0000</pubDate>
		<guid isPermaLink="false">http://jimmyzimmerman.com/blog/2007/04/implement-logging-in-your-applications-with-log4insert-language.html#comment-80931</guid>
		<description>You should be able to log that type of information from catching the exception and logging the trace. I don't know what the exact syntax would be for Java, but I do it in Ruby all of the time.</description>
		<content:encoded><![CDATA[<p>You should be able to log that type of information from catching the exception and logging the trace. I don&#8217;t know what the exact syntax would be for Java, but I do it in Ruby all of the time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: niurka</title>
		<link>http://jimmyzimmerman.com/blog/2007/04/implement-logging-in-your-applications-with-log4insert-language.html#comment-80502</link>
		<dc:creator>niurka</dc:creator>
		<pubDate>Mon, 30 Jun 2008 14:35:14 +0000</pubDate>
		<guid isPermaLink="false">http://jimmyzimmerman.com/blog/2007/04/implement-logging-in-your-applications-with-log4insert-language.html#comment-80502</guid>
		<description>I´m developing a Web Application with Java and I need to save trace information on a file. Can I do it that?
I need some help.
My App is on Sun Application Server 8.0.</description>
		<content:encoded><![CDATA[<p>I´m developing a Web Application with Java and I need to save trace information on a file. Can I do it that?<br />
I need some help.<br />
My App is on Sun Application Server 8.0.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jimmy'z</title>
		<link>http://jimmyzimmerman.com/blog/2007/04/implement-logging-in-your-applications-with-log4insert-language.html#comment-6718</link>
		<dc:creator>Jimmy'z</dc:creator>
		<pubDate>Thu, 26 Apr 2007 16:16:29 +0000</pubDate>
		<guid isPermaLink="false">http://jimmyzimmerman.com/blog/2007/04/implement-logging-in-your-applications-with-log4insert-language.html#comment-6718</guid>
		<description>Thanks Scott!

I could see that coming in very useful when managing multiple applications written in different languages on various platforms.</description>
		<content:encoded><![CDATA[<p>Thanks Scott!</p>
<p>I could see that coming in very useful when managing multiple applications written in different languages on various platforms.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: scott</title>
		<link>http://jimmyzimmerman.com/blog/2007/04/implement-logging-in-your-applications-with-log4insert-language.html#comment-6717</link>
		<dc:creator>scott</dc:creator>
		<pubDate>Thu, 26 Apr 2007 16:11:18 +0000</pubDate>
		<guid isPermaLink="false">http://jimmyzimmerman.com/blog/2007/04/implement-logging-in-your-applications-with-log4insert-language.html#comment-6717</guid>
		<description>Check out Chainsaw from the log4j folks (http://logging.apache.org/log4j/docs/chainsaw.html) - you can use it to receive log events sent by log4j, java.util.logging, log4net, log4php and log4cxx.

It also can also process log events stored in a database, or any log file with a consistent file format (for example, you could use Chainsaw and a LogFilePatternReceiver to process logfiles generated by Ruby's Logger class).</description>
		<content:encoded><![CDATA[<p>Check out Chainsaw from the log4j folks (http://logging.apache.org/log4j/docs/chainsaw.html) - you can use it to receive log events sent by log4j, java.util.logging, log4net, log4php and log4cxx.</p>
<p>It also can also process log events stored in a database, or any log file with a consistent file format (for example, you could use Chainsaw and a LogFilePatternReceiver to process logfiles generated by Ruby&#8217;s Logger class).</p>
]]></content:encoded>
	</item>
</channel>
</rss>
