<?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: Logging RCP applications with Pax Logging</title>
	<atom:link href="http://www.modumind.com/2009/07/14/logging-rcp-applications-with-pax-logging/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.modumind.com/2009/07/14/logging-rcp-applications-with-pax-logging/</link>
	<description>Eclipse RCP and OSGi training - online or onsite</description>
	<lastBuildDate>Tue, 09 Mar 2010 15:55:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Patrick</title>
		<link>http://www.modumind.com/2009/07/14/logging-rcp-applications-with-pax-logging/comment-page-1/#comment-3442</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Tue, 01 Dec 2009 00:25:59 +0000</pubDate>
		<guid isPermaLink="false">http://rcpquickstart.com/?p=568#comment-3442</guid>
		<description>Hi Phil,

I haven&#039;t looked into this myself, but it appears that Pax Logging provides a default log4j.properties file internally. This is mentioned in the following article:

http://wiki.ops4j.org/display/paxlogging/How+to+use+Pax+Logging

One option would be to simply open the bundle and modify the file by hand, but of course this would be a maintenance headache as new Pax Logging versions were released.

Placing the same file in a fragment would not work, as the bundle class path is searched before any fragment class paths.

Having said all this, there may be a way to do this that I&#039;m not aware of. You may want to ask on the Pax mailing lists, and please do let me know if you find a good solution.

--- Patrick</description>
		<content:encoded><![CDATA[<p>Hi Phil,</p>
<p>I haven&#8217;t looked into this myself, but it appears that Pax Logging provides a default log4j.properties file internally. This is mentioned in the following article:</p>
<p><a href="http://wiki.ops4j.org/display/paxlogging/How+to+use+Pax+Logging" rel="nofollow">http://wiki.ops4j.org/display/paxlogging/How+to+use+Pax+Logging</a></p>
<p>One option would be to simply open the bundle and modify the file by hand, but of course this would be a maintenance headache as new Pax Logging versions were released.</p>
<p>Placing the same file in a fragment would not work, as the bundle class path is searched before any fragment class paths.</p>
<p>Having said all this, there may be a way to do this that I&#8217;m not aware of. You may want to ask on the Pax mailing lists, and please do let me know if you find a good solution.</p>
<p>&#8212; Patrick</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil Kursawe</title>
		<link>http://www.modumind.com/2009/07/14/logging-rcp-applications-with-pax-logging/comment-page-1/#comment-3430</link>
		<dc:creator>Phil Kursawe</dc:creator>
		<pubDate>Mon, 30 Nov 2009 18:45:20 +0000</pubDate>
		<guid isPermaLink="false">http://rcpquickstart.com/?p=568#comment-3430</guid>
		<description>I wonder if it is possible to configure Pax-Logging via fragment bundle and feed it a default config file?</description>
		<content:encoded><![CDATA[<p>I wonder if it is possible to configure Pax-Logging via fragment bundle and feed it a default config file?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick</title>
		<link>http://www.modumind.com/2009/07/14/logging-rcp-applications-with-pax-logging/comment-page-1/#comment-2229</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Fri, 16 Oct 2009 18:47:02 +0000</pubDate>
		<guid isPermaLink="false">http://rcpquickstart.com/?p=568#comment-2229</guid>
		<description>Hi Niko,

Do you get an error message indicating why the logging bundle doesn&#039;t start? I&#039;m assuming you&#039;ve installed Pax ConfMan as well.

BTW, if you&#039;re targeting Felix you may just want to start with the Apache Karaf server. It&#039;s basically Felix plus some standard services, including Pax Logging.

--- Patrick</description>
		<content:encoded><![CDATA[<p>Hi Niko,</p>
<p>Do you get an error message indicating why the logging bundle doesn&#8217;t start? I&#8217;m assuming you&#8217;ve installed Pax ConfMan as well.</p>
<p>BTW, if you&#8217;re targeting Felix you may just want to start with the Apache Karaf server. It&#8217;s basically Felix plus some standard services, including Pax Logging.</p>
<p>&#8212; Patrick</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nikolaus Krismer</title>
		<link>http://www.modumind.com/2009/07/14/logging-rcp-applications-with-pax-logging/comment-page-1/#comment-2228</link>
		<dc:creator>Nikolaus Krismer</dc:creator>
		<pubDate>Fri, 16 Oct 2009 18:37:48 +0000</pubDate>
		<guid isPermaLink="false">http://rcpquickstart.com/?p=568#comment-2228</guid>
		<description>I am trying to use pax logging in my osgi application.
Since this is my first osgi application i do have some problems.

I want to use apache felix with pax logging. I tried to start the pax-logging-service with felix, but it fails to start. So in general: Waht do i have to do? Include pax-logging-api in my bundles where i want to log and start pax-logging-service (can i build the service for felix? Should it start up without problems? Can i wrap the service jar for felix`?)

Can someone please help me?

Greetings,
Niko</description>
		<content:encoded><![CDATA[<p>I am trying to use pax logging in my osgi application.<br />
Since this is my first osgi application i do have some problems.</p>
<p>I want to use apache felix with pax logging. I tried to start the pax-logging-service with felix, but it fails to start. So in general: Waht do i have to do? Include pax-logging-api in my bundles where i want to log and start pax-logging-service (can i build the service for felix? Should it start up without problems? Can i wrap the service jar for felix`?)</p>
<p>Can someone please help me?</p>
<p>Greetings,<br />
Niko</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Philipp Kursawe</title>
		<link>http://www.modumind.com/2009/07/14/logging-rcp-applications-with-pax-logging/comment-page-1/#comment-712</link>
		<dc:creator>Philipp Kursawe</dc:creator>
		<pubDate>Wed, 15 Jul 2009 05:51:23 +0000</pubDate>
		<guid isPermaLink="false">http://rcpquickstart.com/?p=568#comment-712</guid>
		<description>I am using pax-logging since over a year now. Currently together with the fileinstall bundle that also feeds configurations to an CM available. It also has the benefit, that you can change the config during runtime and it will be updated.
I am just starting Pax-Logging at ST 1 to be sure to capture every logging message.

It would be nice if Eclipse would not write its own log file anymore. All the log informations should go to one log destination. Using the pax-logging service you can also attach to the eclipse logger and feed the Eclipse log entries to your logfile. Question is, how does one disable the creation of the Eclipse logfile?</description>
		<content:encoded><![CDATA[<p>I am using pax-logging since over a year now. Currently together with the fileinstall bundle that also feeds configurations to an CM available. It also has the benefit, that you can change the config during runtime and it will be updated.<br />
I am just starting Pax-Logging at ST 1 to be sure to capture every logging message.</p>
<p>It would be nice if Eclipse would not write its own log file anymore. All the log informations should go to one log destination. Using the pax-logging service you can also attach to the eclipse logger and feed the Eclipse log entries to your logfile. Question is, how does one disable the creation of the Eclipse logfile?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Aniszczyk</title>
		<link>http://www.modumind.com/2009/07/14/logging-rcp-applications-with-pax-logging/comment-page-1/#comment-711</link>
		<dc:creator>Chris Aniszczyk</dc:creator>
		<pubDate>Tue, 14 Jul 2009 17:15:43 +0000</pubDate>
		<guid isPermaLink="false">http://rcpquickstart.com/?p=568#comment-711</guid>
		<description>Good to know someone appreciates that new Configuration page on the product definition editor ;)</description>
		<content:encoded><![CDATA[<p>Good to know someone appreciates that new Configuration page on the product definition editor ;)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
