<?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: Ganymede &#8211; Log4J Logging inside eclipse</title>
	<atom:link href="http://www.magpiebrain.com/2003/09/12/ganymede-log4j-logging-inside-eclipse/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.magpiebrain.com/2003/09/12/ganymede-log4j-logging-inside-eclipse/</link>
	<description>The blog of Sam Newman</description>
	<lastBuildDate>Mon, 19 Jul 2010 18:05:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Sam</title>
		<link>http://www.magpiebrain.com/2003/09/12/ganymede-log4j-logging-inside-eclipse/comment-page-1/#comment-1819</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Sun, 04 Jan 2004 16:01:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.magpiebrain.com/2003/09/12/ganymede-log4j-logging-inside-eclipse/#comment-1819</guid>
		<description>I&#039;m not sure what you mean by a &#039;fast&#039; view. As for linking to the source line, thats really down to the coders of the plugin - you might want to talk to them directly.</description>
		<content:encoded><![CDATA[<p>I&#8217;m not sure what you mean by a &#8216;fast&#8217; view. As for linking to the source line, thats really down to the coders of the plugin &#8211; you might want to talk to them directly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thorbjørn Andersen</title>
		<link>http://www.magpiebrain.com/2003/09/12/ganymede-log4j-logging-inside-eclipse/comment-page-1/#comment-1818</link>
		<dc:creator>Thorbjørn Andersen</dc:creator>
		<pubDate>Fri, 02 Jan 2004 14:51:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.magpiebrain.com/2003/09/12/ganymede-log4j-logging-inside-eclipse/#comment-1818</guid>
		<description>I just got this to work, and it appears to work quite nicely.

Questions:

*  Can I remove this from the Console tab view? A fast view is not good enough?
*  Is it possible at all to link to the source line?  The information is clearly there :)

Thanks</description>
		<content:encoded><![CDATA[<p>I just got this to work, and it appears to work quite nicely.</p>
<p>Questions:</p>
<p>*  Can I remove this from the Console tab view? A fast view is not good enough?<br />
*  Is it possible at all to link to the source line?  The information is clearly there <img src='http://www.magpiebrain.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam Newman</title>
		<link>http://www.magpiebrain.com/2003/09/12/ganymede-log4j-logging-inside-eclipse/comment-page-1/#comment-1817</link>
		<dc:creator>Sam Newman</dc:creator>
		<pubDate>Wed, 10 Dec 2003 10:19:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.magpiebrain.com/2003/09/12/ganymede-log4j-logging-inside-eclipse/#comment-1817</guid>
		<description>Yikes! Your appender vanished as I don&#039;t allow html eta al. Anyway, here is mine with &#039;[&#039; and &#039;]&#039; used instead of angle brackets:

First, setup the socket appender:
  [appender name=&quot;SocketAppender&quot; class=&quot;org.apache.log4j.net.SocketAppender&quot;]
      [param name=&quot;RemoteHost&quot; value=&quot;localhost&quot;/]
      [param name=&quot;Port&quot; value=&quot;4445&quot;/]
      [param name=&quot;LocationInfo&quot; value=&quot;true&quot;/]
  [/appender]

Then make sure your appender is attached to the right categroy. To get all messages going to the socket appender, attach the SocketAppender to the root category like this:

  [root]
    [appender-ref ref=&quot;SocketAppender&quot;/]
  [/root]

Or to restrict it to a certain package:
 [category name=&quot;org.apache&quot;]
    [appender-ref ref=&quot;SocketAppender&quot;/]
 [/category]

You might want to try attaching a normal console looger - this will at least make sure you are getting log messages at all.</description>
		<content:encoded><![CDATA[<p>Yikes! Your appender vanished as I don&#8217;t allow html eta al. Anyway, here is mine with &#8216;[' and ']&#8216; used instead of angle brackets:</p>
<p>First, setup the socket appender:<br />
  [appender name="SocketAppender" class="org.apache.log4j.net.SocketAppender"]<br />
      [param name="RemoteHost" value="localhost"/]<br />
      [param name="Port" value="4445"/]<br />
      [param name="LocationInfo" value="true"/]<br />
  [/appender]</p>
<p>Then make sure your appender is attached to the right categroy. To get all messages going to the socket appender, attach the SocketAppender to the root category like this:</p>
<p>  [root]<br />
    [appender-ref ref="SocketAppender"/]<br />
  [/root]</p>
<p>Or to restrict it to a certain package:<br />
 [category name="org.apache"]<br />
    [appender-ref ref="SocketAppender"/]<br />
 [/category]</p>
<p>You might want to try attaching a normal console looger &#8211; this will at least make sure you are getting log messages at all.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pengster</title>
		<link>http://www.magpiebrain.com/2003/09/12/ganymede-log4j-logging-inside-eclipse/comment-page-1/#comment-1816</link>
		<dc:creator>pengster</dc:creator>
		<pubDate>Wed, 10 Dec 2003 08:14:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.magpiebrain.com/2003/09/12/ganymede-log4j-logging-inside-eclipse/#comment-1816</guid>
		<description>Hi
I have setup my Eclipse as suggested in this thread. I can see the Ganymede Log4j viewer in my Eclipse and I have turned on the server. But when my app performs logging, nothing shows in the viewer.

What am I doing wrong? Maybe my appender isn&#039;t setup correctly. Can somebody post their log4j.xml? Here is my appender...</description>
		<content:encoded><![CDATA[<p>Hi<br />
I have setup my Eclipse as suggested in this thread. I can see the Ganymede Log4j viewer in my Eclipse and I have turned on the server. But when my app performs logging, nothing shows in the viewer.</p>
<p>What am I doing wrong? Maybe my appender isn&#8217;t setup correctly. Can somebody post their log4j.xml? Here is my appender&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam Newman</title>
		<link>http://www.magpiebrain.com/2003/09/12/ganymede-log4j-logging-inside-eclipse/comment-page-1/#comment-1815</link>
		<dc:creator>Sam Newman</dc:creator>
		<pubDate>Wed, 29 Oct 2003 16:56:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.magpiebrain.com/2003/09/12/ganymede-log4j-logging-inside-eclipse/#comment-1815</guid>
		<description>Sounds like a problem with Eclipse - which version are you using?
I&#039;m far from an expert with Ganymede in anycase - you might want to try talking to the developers directly</description>
		<content:encoded><![CDATA[<p>Sounds like a problem with Eclipse &#8211; which version are you using?<br />
I&#8217;m far from an expert with Ganymede in anycase &#8211; you might want to try talking to the developers directly</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Davy</title>
		<link>http://www.magpiebrain.com/2003/09/12/ganymede-log4j-logging-inside-eclipse/comment-page-1/#comment-1814</link>
		<dc:creator>Davy</dc:creator>
		<pubDate>Wed, 29 Oct 2003 15:23:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.magpiebrain.com/2003/09/12/ganymede-log4j-logging-inside-eclipse/#comment-1814</guid>
		<description>Hello,

I followed the above instructions to setup the Log4J.  When I try to start it, I got Unable to create part: Gnaymede Log4j View.  Please advice.

Thanks,

Davy</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I followed the above instructions to setup the Log4J.  When I try to start it, I got Unable to create part: Gnaymede Log4j View.  Please advice.</p>
<p>Thanks,</p>
<p>Davy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam Newman</title>
		<link>http://www.magpiebrain.com/2003/09/12/ganymede-log4j-logging-inside-eclipse/comment-page-1/#comment-1813</link>
		<dc:creator>Sam Newman</dc:creator>
		<pubDate>Fri, 19 Sep 2003 12:13:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.magpiebrain.com/2003/09/12/ganymede-log4j-logging-inside-eclipse/#comment-1813</guid>
		<description>Thanks Will, will give this a go now...</description>
		<content:encoded><![CDATA[<p>Thanks Will, will give this a go now&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Will Sargent</title>
		<link>http://www.magpiebrain.com/2003/09/12/ganymede-log4j-logging-inside-eclipse/comment-page-1/#comment-1812</link>
		<dc:creator>Will Sargent</dc:creator>
		<pubDate>Thu, 18 Sep 2003 18:34:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.magpiebrain.com/2003/09/12/ganymede-log4j-logging-inside-eclipse/#comment-1812</guid>
		<description>Okay.

Unzip the ganymede stuff under /eclipse/plugins.

Start up Eclipse.

When you run Eclipse, go to Windows, Preferences.  There&#039;ll be a menu item there called Ganymede.
Ganymede stupidly doesn&#039;t come with any columns set up, so add them all.
Save your settings.

Go to Window, Show View, then Other...
The Ganymede Log4J viewer is at the bottom, under Other.  Click on that and then finally...

Click on the &quot;Start Log4J Server&quot; button before you start any logging.</description>
		<content:encoded><![CDATA[<p>Okay.</p>
<p>Unzip the ganymede stuff under /eclipse/plugins.</p>
<p>Start up Eclipse.</p>
<p>When you run Eclipse, go to Windows, Preferences.  There&#8217;ll be a menu item there called Ganymede.<br />
Ganymede stupidly doesn&#8217;t come with any columns set up, so add them all.<br />
Save your settings.</p>
<p>Go to Window, Show View, then Other&#8230;<br />
The Ganymede Log4J viewer is at the bottom, under Other.  Click on that and then finally&#8230;</p>
<p>Click on the &#8220;Start Log4J Server&#8221; button before you start any logging.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
