<?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: Configuring CXF Logging To Go Through Log4J</title>
	<atom:link href="http://www.techper.net/2008/01/30/configuring-cxf-logging-to-go-through-log4j/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techper.net/2008/01/30/configuring-cxf-logging-to-go-through-log4j/</link>
	<description>About Technology in My Life</description>
	<lastBuildDate>Thu, 11 Mar 2010 05:52:37 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: satheesh</title>
		<link>http://www.techper.net/2008/01/30/configuring-cxf-logging-to-go-through-log4j/comment-page-1/#comment-37681</link>
		<dc:creator>satheesh</dc:creator>
		<pubDate>Thu, 11 Mar 2010 05:52:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.techper.net/2008/01/30/configuring-cxf-logging-to-go-through-log4j/#comment-37681</guid>
		<description>Really gr8! helped me to solve longing issues in CXF
I have created META-INF/cxf/org.apache.cxf.Logger  file under WEB-INF/classes directory.
Satheesh</description>
		<content:encoded><![CDATA[<p>Really gr8! helped me to solve longing issues in CXF<br />
I have created META-INF/cxf/org.apache.cxf.Logger  file under WEB-INF/classes directory.<br />
Satheesh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: polesen</title>
		<link>http://www.techper.net/2008/01/30/configuring-cxf-logging-to-go-through-log4j/comment-page-1/#comment-4965</link>
		<dc:creator>polesen</dc:creator>
		<pubDate>Wed, 12 Nov 2008 19:51:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.techper.net/2008/01/30/configuring-cxf-logging-to-go-through-log4j/#comment-4965</guid>
		<description>That is because you are supposed to supply that file yourself, instead of relying on the default.

Create the META-INF/cxf/org.apache.cxf.Logger file somewhere on your classpath. If you are building a war, for instance, it should end up in WEB-INF/classes/META-INF/cxf/org.apache.cxf.Logger (or inside a jar in WEB-INF/lib).</description>
		<content:encoded><![CDATA[<p>That is because you are supposed to supply that file yourself, instead of relying on the default.</p>
<p>Create the META-INF/cxf/org.apache.cxf.Logger file somewhere on your classpath. If you are building a war, for instance, it should end up in WEB-INF/classes/META-INF/cxf/org.apache.cxf.Logger (or inside a jar in WEB-INF/lib).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Norm</title>
		<link>http://www.techper.net/2008/01/30/configuring-cxf-logging-to-go-through-log4j/comment-page-1/#comment-4959</link>
		<dc:creator>Norm</dc:creator>
		<pubDate>Wed, 12 Nov 2008 18:10:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.techper.net/2008/01/30/configuring-cxf-logging-to-go-through-log4j/#comment-4959</guid>
		<description>I can&#039;t find META-INF/cxf/org.apache.cxf.Logger file in my CXF directory.

Any idea how can I achieve logging.</description>
		<content:encoded><![CDATA[<p>I can&#8217;t find META-INF/cxf/org.apache.cxf.Logger file in my CXF directory.</p>
<p>Any idea how can I achieve logging.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tech Per &#187; Blog Archive &#187; Making CXF Log RuntimeExceptions From Server Implementations</title>
		<link>http://www.techper.net/2008/01/30/configuring-cxf-logging-to-go-through-log4j/comment-page-1/#comment-67</link>
		<dc:creator>Tech Per &#187; Blog Archive &#187; Making CXF Log RuntimeExceptions From Server Implementations</dc:creator>
		<pubDate>Thu, 28 Feb 2008 20:27:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.techper.net/2008/01/30/configuring-cxf-logging-to-go-through-log4j/#comment-67</guid>
		<description>[...] mentioned in my post on how to configure log4j as logging engine in cxf, cxf comes out of the box with JavaSE logging (java.util.logging) as its logging engine. If you [...]</description>
		<content:encoded><![CDATA[<p>[...] mentioned in my post on how to configure log4j as logging engine in cxf, cxf comes out of the box with JavaSE logging (java.util.logging) as its logging engine. If you [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tech Per &#187; Blog Archive &#187; Viewing Inbound and Outbound Messages in CXF</title>
		<link>http://www.techper.net/2008/01/30/configuring-cxf-logging-to-go-through-log4j/comment-page-1/#comment-21</link>
		<dc:creator>Tech Per &#187; Blog Archive &#187; Viewing Inbound and Outbound Messages in CXF</dc:creator>
		<pubDate>Wed, 30 Jan 2008 20:51:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.techper.net/2008/01/30/configuring-cxf-logging-to-go-through-log4j/#comment-21</guid>
		<description>[...] messages through its logging API. As a standard, the logging API in CXF is JDK logging, but you can configure CXF to use Log4J logging instead. You will need to ensure, that at least INFO level logging has been enabled for these [...]</description>
		<content:encoded><![CDATA[<p>[...] messages through its logging API. As a standard, the logging API in CXF is JDK logging, but you can configure CXF to use Log4J logging instead. You will need to ensure, that at least INFO level logging has been enabled for these [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
