<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>LogDigger &#187; LogDigger Connector</title>
	<atom:link href="http://logdigger.com/category/blog/news/connector/feed/" rel="self" type="application/rss+xml" />
	<link>http://logdigger.com</link>
	<description>Much more than application logs</description>
	<lastBuildDate>Fri, 18 Nov 2011 07:57:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Major changes in Connector for Java 0.9.3</title>
		<link>http://logdigger.com/2009/06/22/major-changes-in-connector-for-java-093/</link>
		<comments>http://logdigger.com/2009/06/22/major-changes-in-connector-for-java-093/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 08:50:28 +0000</pubDate>
		<dc:creator>radomir</dc:creator>
				<category><![CDATA[LogDigger Connector]]></category>
		<category><![CDATA[News and Announcements]]></category>

		<guid isPermaLink="false">http://logdigger.com/?p=251</guid>
		<description><![CDATA[We’re pleased to announce the new release of LogDigger servlet library. There are several significant changes related to this release: The new name of the library is LogDigger Connector for Java. The library has been open sourced under the Apache License v2.0. There was a major refactoring of the package tree. Please check the change [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>We’re pleased to announce the new release of LogDigger servlet library. There are several significant changes related to this release:</p>
<ul>
<li>The new name of the library is LogDigger Connector for Java.</li>
<li>The library has been open sourced under the Apache License v2.0.</li>
<li>There was a major refactoring of the package tree. Please check the change log file in the distribution or documentation for details.</li>
<li>LogDigger appender for Log4j can be added to Log4j configuration and configured directly as any other appender.</li>
<li>Better support for integration with Spring Framework (filter can be initialized through DelegatingFilterProxy)</li>
<li>Support for use on the Google App Engine (experimental)</li>
</ul>
<p>There&#8217;s also a <a href="http://logdigger.com/solutions/real-time-java-server-logs-in-your-web-browser">quick start article</a> that should put you on the right track with receiving server logs in your browser.</p>
]]></content:encoded>
			<wfw:commentRss>http://logdigger.com/2009/06/22/major-changes-in-connector-for-java-093/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Servlet library 0.4.2 released with important bug fix</title>
		<link>http://logdigger.com/2009/03/10/servlet-library-042-released/</link>
		<comments>http://logdigger.com/2009/03/10/servlet-library-042-released/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 08:55:43 +0000</pubDate>
		<dc:creator>martin</dc:creator>
				<category><![CDATA[LogDigger Connector]]></category>
		<category><![CDATA[News and Announcements]]></category>

		<guid isPermaLink="false">http://logdigger.com/?p=142</guid>
		<description><![CDATA[In version 0.4 we introduced dynamic changing of logging levels that does not waste server resources if logging of low priority events is not requested by Firefox add-on. Unfortunately, due to bug we had, Log4j appenders were able to register only events that were at level with root logger hence ignoring the rest of Log4j [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>In version <a href="/2009/02/09/servlet-library-v04-released">0.4</a> we introduced dynamic changing of logging levels that does not waste server resources if logging of low priority events is not requested by Firefox add-on. Unfortunately, due to bug we had, Log4j appenders were able to register only events that were at level with root logger hence ignoring the rest of Log4j configuration.</p>
<p>LogDigger servlet library v0.4.2 addresses this problem so that all Log4j appenders receive events as LogDigger were not installed.</p>
<p>As always, feel free to use <a href="http://forum.logdigger.com/">forum</a> to ask us a question or report any issue you may have.</p>
]]></content:encoded>
			<wfw:commentRss>http://logdigger.com/2009/03/10/servlet-library-042-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Servlet Library v0.4 Released</title>
		<link>http://logdigger.com/2009/02/09/servlet-library-v04-released/</link>
		<comments>http://logdigger.com/2009/02/09/servlet-library-v04-released/#comments</comments>
		<pubDate>Mon, 09 Feb 2009 11:23:29 +0000</pubDate>
		<dc:creator>martin</dc:creator>
				<category><![CDATA[LogDigger Connector]]></category>
		<category><![CDATA[News and Announcements]]></category>

		<guid isPermaLink="false">http://logdigger.com/?p=127</guid>
		<description><![CDATA[LogDigger Servlet Library v0.4 has been released today. The major improvement is handling of Log4j logging levels on the server side, as explained bellow. Performance effect of the new LogDigger servlet library is near to none: When there are no requests from authorized LogDigger clients (Firefox extension) all Log4j loggers in web application have their [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>LogDigger Servlet Library v0.4 has been released today. The major improvement is handling of Log4j logging levels on the server side, as explained bellow.</p>
<p>Performance effect of the new LogDigger servlet library is near to none:</p>
<ol>
<li>When there are no requests from authorized LogDigger clients (Firefox extension) all Log4j loggers in web application have their logging levels set at configuration defaults.</li>
<li>If LogDigger client accesses application requiring logs on the &#8220;server level&#8221;, no changes will be made to default logging levels and log messages will be collected and delivered as they pass Log4j event filtering mechanism.</li>
<li>When LogDigger client requires messages at level that is lower than logger&#8217;s default, LogDigger will temporary (until HTTP request completes) set logging level to the requested level and collect messages. Other Log4j appenders will not be affected by this change as LogDigger filters events before they&#8217;re delivered to configured appenders.</li>
</ol>
<p>Above described mechanism can be tested using our Test Lab page delivered with the new <a href="/download">demo application</a>.</p>
<div id="attachment_129" class="wp-caption aligncenter" style="width: 454px">
	<a href="http://logdigger.com/wordpress/wp-content/uploads/2009/02/logging-levels-test.png"><img class="size-full wp-image-129" title="logging-levels-test" src="http://logdigger.com/wordpress/wp-content/uploads/2009/02/logging-levels-test.png" alt="Log4j logging levels test in servlet" width="454" height="273" /></a>
	<p class="wp-caption-text">Log4j logging levels test in servlet</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://logdigger.com/2009/02/09/servlet-library-v04-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Served from: logdigger.com @ 2012-02-04 07:25:12 by W3 Total Cache -->
