<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Java: Log4j Performance Pitfalls</title>
	<link>http://twit88.com/blog/2008/07/06/java-log4j-performance-pitfalls/</link>
	<description>New SMS Library at http://twit88.com/platform/projects/show/messagingtoolkit !</description>
	<pubDate>Fri, 12 Mar 2010 02:46:59 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: Swiety</title>
		<link>http://twit88.com/blog/2008/07/06/java-log4j-performance-pitfalls/#comment-114796</link>
		<dc:creator>Swiety</dc:creator>
		<pubDate>Mon, 02 Nov 2009 09:51:26 +0000</pubDate>
		<guid>http://twit88.com/blog/2008/07/06/java-log4j-performance-pitfalls/#comment-114796</guid>
		<description>Don't forget about 'l' option:

Used to output location information of the caller which generated the logging event.
The location information depends on the JVM implementation but usually consists of the fully qualified name of the calling method followed by the callers source the file name and line number between parentheses.

The location information can be very useful. ***However, it's generation is extremely slow. It's use should be avoided unless execution speed is not an issue.***</description>
		<content:encoded><![CDATA[<p>Don&#8217;t forget about &#8216;l&#8217; option:</p>
<p>Used to output location information of the caller which generated the logging event.<br />
The location information depends on the JVM implementation but usually consists of the fully qualified name of the calling method followed by the callers source the file name and line number between parentheses.</p>
<p>The location information can be very useful. ***However, it&#8217;s generation is extremely slow. It&#8217;s use should be avoided unless execution speed is not an issue.***</p>
]]></content:encoded>
	</item>
</channel>
</rss>
