<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel about="http://permalink.gmane.org/gmane.comp.apache.logging">
    <title>gmane.comp.apache.logging</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.logging</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.logging/1164"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.logging/1163"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.logging/1162"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.logging/1161"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.logging/1160"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.logging/1159"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.logging/1158"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.logging/1157"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.logging/1156"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.logging/1155"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.logging/1154"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.logging/1153"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.logging/1152"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.logging/1151"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.logging/1150"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.logging/1149"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.logging/1148"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.logging/1147"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.logging/1146"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.logging/1145"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.logging/1164">
    <title>How to update chainsaw along with xml</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.logging/1164</link>
    <description>
Hi,

I have a log4j compliant xml file written out of the Audit log db data. I
can open it in chainsaw, but the chainsaw does not update itself as the xml
gets updated with more rows.

What can i do to have the chainsaw update itself along with the xml opened.

</description>
    <dc:creator>dragon bull</dc:creator>
    <dc:date>2008-09-30T06:54:08</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.logging/1163">
    <title>svn commit: r693713 - in /logging/chainsaw/trunk/src/main/java/org/apache/log4j/chainsaw: ChainsawToolBarAndMenus.java CopyEventsToClipboardAction.java</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.logging/1163</link>
    <description>Author: psmith
Date: Tue Sep  9 23:23:52 2008
New Revision: 693713

URL: http://svn.apache.org/viewvc?rev=693713&amp;view=rev
Log:
Add a menu item that allows the user to copy the currently displayed events to the System clipboard in a reasonable good human-readable format.

Quite good for QA people to paste into an issue tracker.


Added:
    logging/chainsaw/trunk/src/main/java/org/apache/log4j/chainsaw/CopyEventsToClipboardAction.java
Modified:
    logging/chainsaw/trunk/src/main/java/org/apache/log4j/chainsaw/ChainsawToolBarAndMenus.java

Modified: logging/chainsaw/trunk/src/main/java/org/apache/log4j/chainsaw/ChainsawToolBarAndMenus.java
URL: http://svn.apache.org/viewvc/logging/chainsaw/trunk/src/main/java/org/apache/log4j/chainsaw/ChainsawToolBarAndMenus.java?rev=693713&amp;r1=693712&amp;r2=693713&amp;view=diff
==============================================================================
--- logging/chainsaw/trunk/src/main/java/org/apache/log4j/chainsaw/ChainsawToolBarAndMenus.java (original)
+++ logging/chainsaw/tr</description>
    <dc:creator>psmith&lt; at &gt;apache.org</dc:creator>
    <dc:date>2008-09-10T06:23:53</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.logging/1162">
    <title>svn commit: r693710 - /logging/chainsaw/trunk/src/main/java/org/apache/log4j/chainsaw/LogPanel.java</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.logging/1162</link>
    <description>Author: psmith
Date: Tue Sep  9 22:55:39 2008
New Revision: 693710

URL: http://svn.apache.org/viewvc?rev=693710&amp;view=rev
Log:
Slight optimization.  Found this with Yourkit, but if the Event Detail View is hidden, this logic is still getting fired...

That is, detailPain.isVisible() is true... even though we call setVisible(false) to toggle it.  

Instead, check the Preference model for the state, and exit early if it's not visible.

Modified:
    logging/chainsaw/trunk/src/main/java/org/apache/log4j/chainsaw/LogPanel.java

Modified: logging/chainsaw/trunk/src/main/java/org/apache/log4j/chainsaw/LogPanel.java
URL: http://svn.apache.org/viewvc/logging/chainsaw/trunk/src/main/java/org/apache/log4j/chainsaw/LogPanel.java?rev=693710&amp;r1=693709&amp;r2=693710&amp;view=diff
==============================================================================
--- logging/chainsaw/trunk/src/main/java/org/apache/log4j/chainsaw/LogPanel.java (original)
+++ logging/chainsaw/trunk/src/main/java/org/apache/log4j/chainsaw/LogPanel.java Tu</description>
    <dc:creator>psmith&lt; at &gt;apache.org</dc:creator>
    <dc:date>2008-09-10T05:55:39</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.logging/1161">
    <title>svn commit: r693706 - in /logging/chainsaw/trunk/src: changes/changes.xml main/java/org/apache/log4j/chainsaw/ChainsawCyclicBufferTableModel.java</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.logging/1161</link>
    <description>Author: psmith
Date: Tue Sep  9 22:15:02 2008
New Revision: 693706

URL: http://svn.apache.org/viewvc?rev=693706&amp;view=rev
Log:
Bug 42670 - Fixed memory leak in cyclic buffer mode.

The CyclicBufferListModel is designed to reduce memory consumption but over time a HashSet keeping track of duplicate event IDs grows forever.

When the cyclic buffer is full, the oldest event will drop off the cliff, so just prior to that we remove it's event ID from the HashSet.

Modified:
    logging/chainsaw/trunk/src/changes/changes.xml
    logging/chainsaw/trunk/src/main/java/org/apache/log4j/chainsaw/ChainsawCyclicBufferTableModel.java

Modified: logging/chainsaw/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/logging/chainsaw/trunk/src/changes/changes.xml?rev=693706&amp;r1=693705&amp;r2=693706&amp;view=diff
==============================================================================
--- logging/chainsaw/trunk/src/changes/changes.xml (original)
+++ logging/chainsaw/trunk/src/changes/changes.xml Tue Sep  9 22:15:02 200</description>
    <dc:creator>psmith&lt; at &gt;apache.org</dc:creator>
    <dc:date>2008-09-10T05:15:03</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.logging/1160">
    <title>svn commit: r687241 - in /logging/chainsaw/trunk/src/main/java/org/apache/log4j/chainsaw: LogUI.java receivers/ReceiversPanel.java vfs/VFSLogFilePatternReceiver.java</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.logging/1160</link>
    <description>Author: sdeboy
Date: Tue Aug 19 21:47:45 2008
New Revision: 687241

URL: http://svn.apache.org/viewvc?rev=687241&amp;view=rev
Log:
ensure all org.apache loggers used by chainsaw and plugins get routed to the chainsaw-log tab

set vfs cache logger to info because debug-level logging can contain username/password

on receiver restart, provide visualreceivers with their needed container

remove vfslogfilepatternreceiver logging which could container username/password

improve vfslogfilepatternreceiver support for restarting the receiver

Modified:
    logging/chainsaw/trunk/src/main/java/org/apache/log4j/chainsaw/LogUI.java
    logging/chainsaw/trunk/src/main/java/org/apache/log4j/chainsaw/receivers/ReceiversPanel.java
    logging/chainsaw/trunk/src/main/java/org/apache/log4j/chainsaw/vfs/VFSLogFilePatternReceiver.java

Modified: logging/chainsaw/trunk/src/main/java/org/apache/log4j/chainsaw/LogUI.java
URL: http://svn.apache.org/viewvc/logging/chainsaw/trunk/src/main/java/org/apache/log4j/chainsaw/LogUI.java?rev=68</description>
    <dc:creator>sdeboy&lt; at &gt;apache.org</dc:creator>
    <dc:date>2008-08-20T04:47:45</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.logging/1159">
    <title>svn commit: r687146 - /logging/chainsaw/trunk/src/main/java/org/apache/log4j/chainsaw/vfs/VFSLogFilePatternReceiver.java</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.logging/1159</link>
    <description>Author: sdeboy
Date: Tue Aug 19 13:36:36 2008
New Revision: 687146

URL: http://svn.apache.org/viewvc?rev=687146&amp;view=rev
Log:
Allow fileURL to not include credentials

Strip username/password from host/path properties if they're provided in the fileURL

Modified:
    logging/chainsaw/trunk/src/main/java/org/apache/log4j/chainsaw/vfs/VFSLogFilePatternReceiver.java

Modified: logging/chainsaw/trunk/src/main/java/org/apache/log4j/chainsaw/vfs/VFSLogFilePatternReceiver.java
URL: http://svn.apache.org/viewvc/logging/chainsaw/trunk/src/main/java/org/apache/log4j/chainsaw/vfs/VFSLogFilePatternReceiver.java?rev=687146&amp;r1=687145&amp;r2=687146&amp;view=diff
==============================================================================
--- logging/chainsaw/trunk/src/main/java/org/apache/log4j/chainsaw/vfs/VFSLogFilePatternReceiver.java (original)
+++ logging/chainsaw/trunk/src/main/java/org/apache/log4j/chainsaw/vfs/VFSLogFilePatternReceiver.java Tue Aug 19 13:36:36 2008
&lt; at &gt;&lt; at &gt; -239,6 +239,7 &lt; at &gt;&lt; at &gt;
       while (container == null) </description>
    <dc:creator>sdeboy&lt; at &gt;apache.org</dc:creator>
    <dc:date>2008-08-19T20:36:37</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.logging/1158">
    <title>svn commit: r685235 - /logging/site/trunk/docs/catalog.html</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.logging/1158</link>
    <description>Author: carnold
Date: Tue Aug 12 10:24:58 2008
New Revision: 685235

URL: http://svn.apache.org/viewvc?rev=685235&amp;view=rev
Log:
Bug 45352: Update Catalog URL for SNMPTrapAppender

Modified:
    logging/site/trunk/docs/catalog.html

Modified: logging/site/trunk/docs/catalog.html
URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/catalog.html?rev=685235&amp;r1=685234&amp;r2=685235&amp;view=diff
==============================================================================
--- logging/site/trunk/docs/catalog.html (original)
+++ logging/site/trunk/docs/catalog.html Tue Aug 12 10:24:58 2008
&lt; at &gt;&lt; at &gt; -9,18 +9,17 &lt; at &gt;&lt; at &gt;
 
 
 
-&lt;html&gt;
+
+&lt;html xmlns="http://www.w3.org/1999/xhtml"&gt;
   &lt;head&gt;
-    &lt;title&gt;Apache Logging Services Project - 
-    Catalog&lt;/title&gt;
+    &lt;title&gt;Apache Logging Services Project - Catalog&lt;/title&gt;
     &lt;style type="text/css" media="all"&gt;
       &lt; at &gt;import url("./css/maven-base.css");
       &lt; at &gt;import url("./css/maven-theme.css");
       &lt; at &gt;import url("./css/site.css");
     &lt;/style&gt;
     &lt;link rel="stylesheet" href="</description>
    <dc:creator>carnold&lt; at &gt;apache.org</dc:creator>
    <dc:date>2008-08-12T17:24:58</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.logging/1157">
    <title>svn commit: r685229 - /logging/site/trunk/author/src/site/xdoc/catalog.xml</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.logging/1157</link>
    <description>Author: carnold
Date: Tue Aug 12 10:11:24 2008
New Revision: 685229

URL: http://svn.apache.org/viewvc?rev=685229&amp;view=rev
Log:
Bug 45352L Update Catalog URL for SNMPTrapAppender

Modified:
    logging/site/trunk/author/src/site/xdoc/catalog.xml

Modified: logging/site/trunk/author/src/site/xdoc/catalog.xml
URL: http://svn.apache.org/viewvc/logging/site/trunk/author/src/site/xdoc/catalog.xml?rev=685229&amp;r1=685228&amp;r2=685229&amp;view=diff
==============================================================================
--- logging/site/trunk/author/src/site/xdoc/catalog.xml (original)
+++ logging/site/trunk/author/src/site/xdoc/catalog.xml Tue Aug 12 10:11:24 2008
&lt; at &gt;&lt; at &gt; -160,7 +160,7 &lt; at &gt;&lt; at &gt;
 &lt;!-- ============================================================================== --&gt;
 
 
-&lt;dt&gt;&lt;a href="http://www.m2technologies.net/asp/snmpTrapAppender.asp"&gt;
+&lt;dt&gt;&lt;a href="http://code.google.com/p/log4j-snmp-trap-appender/"&gt;
     &lt;b&gt;SNMPTrapAppender&lt;/b&gt;&lt;/a&gt;
 &lt;/dt&gt;
 



</description>
    <dc:creator>carnold&lt; at &gt;apache.org</dc:creator>
    <dc:date>2008-08-12T17:11:25</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.logging/1156">
    <title>Documentation</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.logging/1156</link>
    <description>
The entire Logging Services Project has a bit of a problem with documentation.
Much of this is difficulty of finding information, but the project could use
more documentation in general. A particular problem is the use of auto
documentation that mixes user and developer information. As a user, I had a
difficult time sorting through class documentation that mostly dealt with
internals that I never needed to use.

A partial solution might be to use a wiki to document user information. Links
to the various API docs would allow people to dig deeper. One of the major
benefits of this approach is that one site could cover all of the log4 series
and common information (like configure files) would not have to be duplicated.
It would also be convenient to have some function call documentation show the
calls for different programming languages side by side.

Now as a long term MediaWiki user, MoinMoin sure seems primitive to me. Maybe
it
just a little work to make everything look nice. A key factor to consider is
whe</description>
    <dc:creator>Matthew Vernon</dc:creator>
    <dc:date>2008-07-24T22:00:22</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.logging/1155">
    <title>Re: Documentation</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.logging/1155</link>
    <description>honestly, I couldn't agree more with everything you have here, except  
I wish we had Confluence as a wiki (yes, this opens up spirited debate).

Paul

On 25/07/2008, at 8:00 AM, Matthew Vernon wrote:


Paul Smith
Core Engineering Manager

Aconex
The easy way to save time and money on your project

696 Bourke Street, Melbourne,
VIC 3000, Australia
Tel: +61 3 9240 0200  Fax: +61 3 9240 0299
Email: psmith&lt; at &gt;aconex.com  www.aconex.com

This email and any attachments are intended solely for the addressee.  
The contents may be privileged, confidential and/or subject to  
copyright or other applicable law. No confidentiality or privilege is  
lost by an erroneous transmission. If you have received this e-mail in  
error, please let us know by reply e-mail and delete or destroy this  
mail and all copies. If you are not the intended recipient of this  
message you must not disseminate, copy or take any action in reliance  
on it. The sender takes no responsibility for the effect of this  
message upon the recipient'</description>
    <dc:creator>Paul Smith</dc:creator>
    <dc:date>2008-07-24T22:07:01</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.logging/1154">
    <title>svn commit: r673909 - /logging/chainsaw/trunk/src/main/java/org/apache/log4j/chainsaw/LogUI.java</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.logging/1154</link>
    <description>Author: sdeboy
Date: Thu Jul  3 22:26:14 2008
New Revision: 673909

URL: http://svn.apache.org/viewvc?rev=673909&amp;view=rev
Log:
When configuration URL changes, trigger a load of the configuration.

This doesn't clear the receivers tree, it just triggers a call to DOMConfigurator.configure.

Modified:
    logging/chainsaw/trunk/src/main/java/org/apache/log4j/chainsaw/LogUI.java

Modified: logging/chainsaw/trunk/src/main/java/org/apache/log4j/chainsaw/LogUI.java
URL: http://svn.apache.org/viewvc/logging/chainsaw/trunk/src/main/java/org/apache/log4j/chainsaw/LogUI.java?rev=673909&amp;r1=673908&amp;r2=673909&amp;view=diff
==============================================================================
--- logging/chainsaw/trunk/src/main/java/org/apache/log4j/chainsaw/LogUI.java (original)
+++ logging/chainsaw/trunk/src/main/java/org/apache/log4j/chainsaw/LogUI.java Thu Jul  3 22:26:14 2008
&lt; at &gt;&lt; at &gt; -311,7 +311,7 &lt; at &gt;&lt; at &gt;
 });
     }
     
-    LogUI logUI = new LogUI();
+    final LogUI logUI = new LogUI();
     logUI.applicationPrefer</description>
    <dc:creator>sdeboy&lt; at &gt;apache.org</dc:creator>
    <dc:date>2008-07-04T05:26:15</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.logging/1153">
    <title>svn commit: r673735 - /logging/chainsaw/trunk/src/main/resources/org/apache/log4j/chainsaw/help/tutorial.html</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.logging/1153</link>
    <description>Author: sdeboy
Date: Thu Jul  3 09:28:04 2008
New Revision: 673735

URL: http://svn.apache.org/viewvc?rev=673735&amp;view=rev
Log:
Add 'search' to tutorial and reordered topics

Modified:
    logging/chainsaw/trunk/src/main/resources/org/apache/log4j/chainsaw/help/tutorial.html

Modified: logging/chainsaw/trunk/src/main/resources/org/apache/log4j/chainsaw/help/tutorial.html
URL: http://svn.apache.org/viewvc/logging/chainsaw/trunk/src/main/resources/org/apache/log4j/chainsaw/help/tutorial.html?rev=673735&amp;r1=673734&amp;r2=673735&amp;view=diff
==============================================================================
--- logging/chainsaw/trunk/src/main/resources/org/apache/log4j/chainsaw/help/tutorial.html (original)
+++ logging/chainsaw/trunk/src/main/resources/org/apache/log4j/chainsaw/help/tutorial.html Thu Jul  3 09:28:04 2008
&lt; at &gt;&lt; at &gt; -8,8 +8,9 &lt; at &gt;&lt; at &gt;
 &lt;p&gt;Welcome to the Chainsaw v2 Tutorial.  Here you will learn how to effectively utilise the many features of Chainsaw.&lt;/p&gt;
 &lt;/p&gt;
 &lt;p&gt;&lt;a href="#expressions"&gt;Expressions&lt;/a&gt;
-&lt;</description>
    <dc:creator>sdeboy&lt; at &gt;apache.org</dc:creator>
    <dc:date>2008-07-03T16:28:04</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.logging/1152">
    <title>svn commit: r673734 - /logging/chainsaw/trunk/src/main/java/org/apache/log4j/chainsaw/color/ColorPanel.java</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.logging/1152</link>
    <description>Author: sdeboy
Date: Thu Jul  3 09:27:26 2008
New Revision: 673734

URL: http://svn.apache.org/viewvc?rev=673734&amp;view=rev
Log:
Entering an invalid expression in color filter panel caused entry with invalid expression to be removed when apply was pressed.  

Don't apply color filters until all expressions are valid.

Modified:
    logging/chainsaw/trunk/src/main/java/org/apache/log4j/chainsaw/color/ColorPanel.java

Modified: logging/chainsaw/trunk/src/main/java/org/apache/log4j/chainsaw/color/ColorPanel.java
URL: http://svn.apache.org/viewvc/logging/chainsaw/trunk/src/main/java/org/apache/log4j/chainsaw/color/ColorPanel.java?rev=673734&amp;r1=673733&amp;r2=673734&amp;view=diff
==============================================================================
--- logging/chainsaw/trunk/src/main/java/org/apache/log4j/chainsaw/color/ColorPanel.java (original)
+++ logging/chainsaw/trunk/src/main/java/org/apache/log4j/chainsaw/color/ColorPanel.java Thu Jul  3 09:27:26 2008
&lt; at &gt;&lt; at &gt; -346,19 +346,22 &lt; at &gt;&lt; at &gt;
       }
     }
 
+    //all rules </description>
    <dc:creator>sdeboy&lt; at &gt;apache.org</dc:creator>
    <dc:date>2008-07-03T16:27:26</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.logging/1151">
    <title>svn commit: r673720 - /logging/chainsaw/trunk/src/main/java/org/apache/log4j/chainsaw/LogPanel.java</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.logging/1151</link>
    <description>Author: sdeboy
Date: Thu Jul  3 08:50:38 2008
New Revision: 673720

URL: http://svn.apache.org/viewvc?rev=673720&amp;view=rev
Log:
Change background of search and refine focus fields to light-red if an invalid expression is entered, reset background color to default when valid or empty

Modified:
    logging/chainsaw/trunk/src/main/java/org/apache/log4j/chainsaw/LogPanel.java

Modified: logging/chainsaw/trunk/src/main/java/org/apache/log4j/chainsaw/LogPanel.java
URL: http://svn.apache.org/viewvc/logging/chainsaw/trunk/src/main/java/org/apache/log4j/chainsaw/LogPanel.java?rev=673720&amp;r1=673719&amp;r2=673720&amp;view=diff
==============================================================================
--- logging/chainsaw/trunk/src/main/java/org/apache/log4j/chainsaw/LogPanel.java (original)
+++ logging/chainsaw/trunk/src/main/java/org/apache/log4j/chainsaw/LogPanel.java Thu Jul  3 08:50:38 2008
&lt; at &gt;&lt; at &gt; -18,6 +18,7 &lt; at &gt;&lt; at &gt;
 package org.apache.log4j.chainsaw;
 
 import java.awt.BorderLayout;
+import java.awt.Color;
 import java.awt.Com</description>
    <dc:creator>sdeboy&lt; at &gt;apache.org</dc:creator>
    <dc:date>2008-07-03T15:50:38</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.logging/1150">
    <title>svn commit: r673568 - in /logging/chainsaw/trunk: pom.xml src/assembly/bin.xml src/assembly/standalone.xml</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.logging/1150</link>
    <description>Author: psmith
Date: Wed Jul  2 19:51:39 2008
New Revision: 673568

URL: http://svn.apache.org/viewvc?rev=673568&amp;view=rev
Log:
Modified the bin.xml assembly so it doesn't get a 'name', and introduced a standalone assembly
that is the packaged up bit of the appassembler plugin for ease of deployment.  this artifact
is also added to the list of published artifacts via the buildhelper plugin.

Finally worked out how to get Chainsaw to bundle the Receivers JavaDoc, and as it turns out it's so
simple I can't believe it's taken me or anyone else this long to work out.  The JavaDoc, like the sources,
are simply classified artifacts of a project, so we just indicate a dependency on log4j-receivers javadoc classified
artifact.  Viola, packaged JavaDoc for the Receivers inside Chainsaw.  Neat.


Added:
    logging/chainsaw/trunk/src/assembly/standalone.xml
Modified:
    logging/chainsaw/trunk/pom.xml
    logging/chainsaw/trunk/src/assembly/bin.xml

Modified: logging/chainsaw/trunk/pom.xml
URL: http://svn.apache.org/vi</description>
    <dc:creator>psmith&lt; at &gt;apache.org</dc:creator>
    <dc:date>2008-07-03T02:51:40</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.logging/1149">
    <title>svn commit: r673567 - /logging/chainsaw/trunk/src/main/java/org/apache/log4j/chainsaw/vfs/VFSLogFilePatternReceiver.java</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.logging/1149</link>
    <description>Author: sdeboy
Date: Wed Jul  2 19:44:27 2008
New Revision: 673567

URL: http://svn.apache.org/viewvc?rev=673567&amp;view=rev
Log:
Update JavaDocs to clarify receiver params

Modified:
    logging/chainsaw/trunk/src/main/java/org/apache/log4j/chainsaw/vfs/VFSLogFilePatternReceiver.java

Modified: logging/chainsaw/trunk/src/main/java/org/apache/log4j/chainsaw/vfs/VFSLogFilePatternReceiver.java
URL: http://svn.apache.org/viewvc/logging/chainsaw/trunk/src/main/java/org/apache/log4j/chainsaw/vfs/VFSLogFilePatternReceiver.java?rev=673567&amp;r1=673566&amp;r2=673567&amp;view=diff
==============================================================================
--- logging/chainsaw/trunk/src/main/java/org/apache/log4j/chainsaw/vfs/VFSLogFilePatternReceiver.java (original)
+++ logging/chainsaw/trunk/src/main/java/org/apache/log4j/chainsaw/vfs/VFSLogFilePatternReceiver.java Wed Jul  2 19:44:27 2008
&lt; at &gt;&lt; at &gt; -93,7 +93,7 &lt; at &gt;&lt; at &gt;
  * &lt;p&gt;
  * &lt;b&gt;Features:&lt;/b&gt;&lt;br&gt;
  * - specify the URL of the log file to be processed&lt;br&gt;
- * - specify the timestamp fo</description>
    <dc:creator>sdeboy&lt; at &gt;apache.org</dc:creator>
    <dc:date>2008-07-03T02:44:28</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.logging/1148">
    <title>svn commit: r670416 - /logging/chainsaw/trunk/HOWTOBUILD.txt</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.logging/1148</link>
    <description>Author: psmith
Date: Sun Jun 22 14:23:49 2008
New Revision: 670416

URL: http://svn.apache.org/viewvc?rev=670416&amp;view=rev
Log:
Updated HOWTOBUILD.txt to reflect some dependency build information change.


Modified:
    logging/chainsaw/trunk/HOWTOBUILD.txt

Modified: logging/chainsaw/trunk/HOWTOBUILD.txt
URL: http://svn.apache.org/viewvc/logging/chainsaw/trunk/HOWTOBUILD.txt?rev=670416&amp;r1=670415&amp;r2=670416&amp;view=diff
==============================================================================
--- logging/chainsaw/trunk/HOWTOBUILD.txt (original)
+++ logging/chainsaw/trunk/HOWTOBUILD.txt Sun Jun 22 14:23:49 2008
&lt; at &gt;&lt; at &gt; -16,8 +16,11 &lt; at &gt;&lt; at &gt;
 log4j-receivers - http://svn.apache.org/repos/asf/logging/log4j/companions/receivers/trunk/
 log4j-filters - http://svn.apache.org/repos/asf/logging/log4j/companions/filters/trunk/
 log4j-zeroconf - http://svn.apache.org/repos/asf/logging/log4j/companions/zeroconf/trunk/
+
+  while Chainsaw has a marked dependency on log4j 1.2.15, building log4j-zeroconf requires log4j 1.2.16-SNA</description>
    <dc:creator>psmith&lt; at &gt;apache.org</dc:creator>
    <dc:date>2008-06-22T21:23:49</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.logging/1147">
    <title>svn commit: r668059 - in /logging/chainsaw/trunk/src/main/java/org/apache/log4j/chainsaw: LogPanel.java LogPanelPreferenceModel.java LogPanelPreferencePanel.java TableColorizingRenderer.java</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.logging/1147</link>
    <description>Author: sdeboy
Date: Sun Jun 15 23:28:41 2008
New Revision: 668059

URL: http://svn.apache.org/viewvc?rev=668059&amp;view=rev
Log:
New log panel preference: time zone of events on tab
Allows a user to specify (via the timezone abbreviation) the time zone of events on the tab, providing the ability to view logs in local time.

For example, if events are from a log file which is in GMT, and you're in PST, set the time zone preference to GMT and the timestamp field for events on that tab will be rendered +7 hours ahead of the actual event timestamp values.

Modified:
    logging/chainsaw/trunk/src/main/java/org/apache/log4j/chainsaw/LogPanel.java
    logging/chainsaw/trunk/src/main/java/org/apache/log4j/chainsaw/LogPanelPreferenceModel.java
    logging/chainsaw/trunk/src/main/java/org/apache/log4j/chainsaw/LogPanelPreferencePanel.java
    logging/chainsaw/trunk/src/main/java/org/apache/log4j/chainsaw/TableColorizingRenderer.java

Modified: logging/chainsaw/trunk/src/main/java/org/apache/log4j/chainsaw/LogPanel.java</description>
    <dc:creator>sdeboy&lt; at &gt;apache.org</dc:creator>
    <dc:date>2008-06-16T06:28:42</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.logging/1146">
    <title>svn commit: r660371 - in /logging/site/trunk: author/src/site/resources/log4j/docs/webstart/chainsaw/.htaccess docs/log4j/docs/webstart/chainsaw/.htaccess</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.logging/1146</link>
    <description>Author: carnold
Date: Mon May 26 21:29:41 2008
New Revision: 660371

URL: http://svn.apache.org/viewvc?rev=660371&amp;view=rev
Log:
Retry .htaccess for chainsaw webstart with better EOLs

Modified:
    logging/site/trunk/author/src/site/resources/log4j/docs/webstart/chainsaw/.htaccess
    logging/site/trunk/docs/log4j/docs/webstart/chainsaw/.htaccess

Modified: logging/site/trunk/author/src/site/resources/log4j/docs/webstart/chainsaw/.htaccess
URL: http://svn.apache.org/viewvc/logging/site/trunk/author/src/site/resources/log4j/docs/webstart/chainsaw/.htaccess?rev=660371&amp;r1=660370&amp;r2=660371&amp;view=diff
==============================================================================
--- logging/site/trunk/author/src/site/resources/log4j/docs/webstart/chainsaw/.htaccess (original)
+++ logging/site/trunk/author/src/site/resources/log4j/docs/webstart/chainsaw/.htaccess Mon May 26 21:29:41 2008
&lt; at &gt;&lt; at &gt; -1 +1,16 &lt; at &gt;&lt; at &gt;
-# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements.  See the N</description>
    <dc:creator>carnold&lt; at &gt;apache.org</dc:creator>
    <dc:date>2008-05-27T04:29:48</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.logging/1145">
    <title>svn commit: r660093 - in /logging/site/trunk: author/src/site/resources/log4j/docs/webstart/chainsaw/.htaccess docs/log4j/docs/webstart/chainsaw/.htaccess</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.logging/1145</link>
    <description>Author: carnold
Date: Sun May 25 19:59:04 2008
New Revision: 660093

URL: http://svn.apache.org/viewvc?rev=660093&amp;view=rev
Log:
Restore MIME type for Chainsaw wegstart

Added:
    logging/site/trunk/author/src/site/resources/log4j/docs/webstart/chainsaw/.htaccess
    logging/site/trunk/docs/log4j/docs/webstart/chainsaw/.htaccess

Added: logging/site/trunk/author/src/site/resources/log4j/docs/webstart/chainsaw/.htaccess
URL: http://svn.apache.org/viewvc/logging/site/trunk/author/src/site/resources/log4j/docs/webstart/chainsaw/.htaccess?rev=660093&amp;view=auto
==============================================================================
--- logging/site/trunk/author/src/site/resources/log4j/docs/webstart/chainsaw/.htaccess (added)
+++ logging/site/trunk/author/src/site/resources/log4j/docs/webstart/chainsaw/.htaccess Sun May 25 19:59:04 2008
&lt; at &gt;&lt; at &gt; -0,0 +1 &lt; at &gt;&lt; at &gt;
+# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements.  See the NOTICE file distributed with
# this work for a</description>
    <dc:creator>carnold&lt; at &gt;apache.org</dc:creator>
    <dc:date>2008-05-26T02:59:04</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.logging/1144">
    <title>Re: Timezone information in Log4j logs</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.logging/1144</link>
    <description>
On May 6, 2008, at 12:44 PM, Das, Amar wrote:


log4j usage questions should be asked on log4j-user&lt; at &gt;logging.apache.org.

The enhanced pattern layout in the extras companions supports time  
zone specifiers on date formats.  To use:

Download the extras companion from http://logging.apache.org/log4j/companions/extras 
  and place jar on classpath.



The contents of the second brace pair is passed to  
java.util.TimeZone.getTimeZone() to get the appropriate time zone.   
There is a guaranteed set of time zone identifiers and then a lot that  
are platform or implementation specific.  If you use "America/ 
New_York", your configuration file may not work properly if you change  
platforms or implementations.  See the documentation of  
java.util.TimeZone.getTimeZone() for more specifics.



</description>
    <dc:creator>Curt Arnold</dc:creator>
    <dc:date>2008-05-06T18:47:29</dc:date>
  </item>
  <textinput about="http://search.gmane.org/?group=$group=gmane.comp.apache.logging">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.apache.logging</link>
  </textinput>
</rdf:RDF>
