<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Have you hugged your StackTraceElement today?</title>
	<atom:link href="http://blog.kischuk.com/2005/01/07/have-you-hugged-your-stacktraceelement-today/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.kischuk.com/2005/01/07/have-you-hugged-your-stacktraceelement-today/</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Wed, 03 Mar 2010 19:20:46 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Daniel Marchant</title>
		<link>http://blog.kischuk.com/2005/01/07/have-you-hugged-your-stacktraceelement-today/#comment-61</link>
		<dc:creator>Daniel Marchant</dc:creator>
		<pubDate>Mon, 10 Jan 2005 10:38:33 +0000</pubDate>
		<guid isPermaLink="false">http://rkischuk.wordpress.com/2005/01/07/have-you-hugged-your-stacktraceelement-today/#comment-61</guid>
		<description>I have used it in the past for debugging purposes while trying to solve some pretty bad bugs. Other then that it is convenient for filtering of what parts of the stack trace you want to see. Log space is cheap but sometimes if you can filter on the output it helps in weeding through the logs during production issues.

Not sure I would tell a lot of people about it though. It seems it could be pretty dangerous in the wrong hands. Some people might use it for a java GOTO style programming for the business logic.  If the stack trace contains &quot;com.blah.logic&quot; go to another object and call a method. 

The aspect technique might be an idea as well. Just aspect a filter if you needed it.</description>
		<content:encoded><![CDATA[<p>I have used it in the past for debugging purposes while trying to solve some pretty bad bugs. Other then that it is convenient for filtering of what parts of the stack trace you want to see. Log space is cheap but sometimes if you can filter on the output it helps in weeding through the logs during production issues.</p>
<p>Not sure I would tell a lot of people about it though. It seems it could be pretty dangerous in the wrong hands. Some people might use it for a java GOTO style programming for the business logic.  If the stack trace contains &#8220;com.blah.logic&#8221; go to another object and call a method. </p>
<p>The aspect technique might be an idea as well. Just aspect a filter if you needed it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
