<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DZone Snippets: Vincente's Code Snippets</title>
    <link>http://snippets.dzone.com/posts</link>
    <pubDate>Mon, 06 Oct 2008 08:47:00 GMT</pubDate>
    <description>DZone Snippets: Vincente's Code Snippets</description>
    <item>
      <title>Configure log4j to log info level to xml file</title>
      <link>http://snippets.dzone.com/posts/show/3418</link>
      <description>&lt;br /&gt;&lt;br /&gt;&lt;code&gt;&lt;br /&gt; &lt;!-- log info level into log.xml --&gt;&lt;br /&gt; &lt;appender name="XMLOut" class="org.apache.log4j.FileAppender"&gt; &lt;br /&gt;        &lt;param name="File" value="log.xml"/&gt;  &lt;br /&gt;        &lt;param name="Threshold" value="info"/&gt; &lt;br /&gt;        &lt;layout class="org.apache.log4j.xml.XMLLayout"/&gt;&lt;br /&gt;    &lt;/appender&gt; &lt;br /&gt;&lt;/code&gt;</description>
      <pubDate>Wed, 07 Feb 2007 06:20:25 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/3418</guid>
      <author>vincente (vincente)</author>
    </item>
  </channel>
</rss>
