I sent a message to [EMAIL PROTECTED] It will get the conversation
started, but I think we need to understand exactly what we will require. Is
there a WebStart document that can explain all this?
-Mark
- Original Message -
From: "Paul Smith" <[EMAIL PROTECTED]>
To: "'Log4J Developers L
psmith 2003/06/17 23:29:38
Modified:src/java/org/apache/log4j/chainsaw LogUI.java
ChainsawToolBarAndMenus.java
Added: src/java/org/apache/log4j/chainsaw ReceiversPanel.java
Log:
* factored out the Receiver panel into its own class.
* Changed the
psmith 2003/06/17 23:28:00
Added: src/java/org/apache/log4j/chainsaw SmallButton.java
SmallToggleButton.java
Log:
factored out some static inner classes into top level classes for general
usage.
Revision ChangesPath
1.1
jakar
psmith 2003/06/17 21:07:41
Modified:src/java/org/apache/log4j/chainsaw
ChainsawToolBarAndMenus.java
Log:
Added very early implementation of Pausing/Resuming a Receiver
via the GUI.
Only Socket Receiver is supported at this stage, and the toolbar
butt
psmith 2003/06/17 21:02:20
Modified:src/java/org/apache/log4j/net UDPAppender.java
SocketNodeEventListener.java SocketReceiver.java
SocketNode.java MulticastAppender.java
SocketAppender.java
Log:
A few changes h
psmith 2003/06/17 21:00:06
Modified:src/java/org/apache/log4j/chainsaw LogUI.java
Log:
updated to use the new java bean style listener usage.
plus tweaked the delay during the progress of shutdown.
Revision ChangesPath
1.103 +6 -4
jakarta-log4j-sandbox/src
psmith 2003/06/17 20:59:14
Modified:src/java/org/apache/log4j/chainsaw/icons ChainsawIcons.java
Log:
added a resume icon (it's really just a pointer to another resource).
Revision ChangesPath
1.17 +3 -0
jakarta-log4j-sandbox/src/java/org/apache/log4j/chainsaw/
psmith 2003/06/17 19:07:54
Modified:src/java/org/apache/log4j/chainsaw FileSaveAction.java
FileLoadAction.java
Log:
Fixed bug where background thread could prevent proper L&F change.
Fixed this by REMOVING the background thread, and the chooser
is just
psmith 2003/06/17 18:55:41
Modified:src/java/org/apache/log4j/chainsaw FileSaveAction.java
FileLoadAction.java ChainsawToolBarAndMenus.java
FileMenu.java
Log:
Changes so that a couple of other GUI elements got notified
of the L&F cha
psmith 2003/06/17 18:46:32
Modified:src/java/org/apache/log4j/chainsaw WelcomePanel.html
Log:
updated WelcomePanel.html with new F6 option, and corrected
File Open hot key description.
Revision ChangesPath
1.10 +2 -1
jakarta-log4j-sandbox/src/java/org/apache
psmith 2003/06/17 18:43:13
Modified:src/java/org/apache/log4j/chainsaw
ChainsawToolBarAndMenus.java
Log:
added F6 hot key to Show receivers action.
Revision ChangesPath
1.39 +3 -1
jakarta-log4j-sandbox/src/java/org/apache/log4j/chainsaw
psmith 2003/06/17 18:35:25
Modified:src/java/org/apache/log4j/chainsaw LogUI.java
Log:
During the exiting of the application, there was no effort expended
to letting Log4j shutdown correctly.
Modified to shutdown the PluginRepository and LogManager (I assume
I need to expli
psmith 2003/06/17 18:33:38
Added: src/java/org/apache/log4j/chainsaw ProgressPanel.java
Log:
added a very simple ProgressPanel
Revision ChangesPath
1.1
jakarta-log4j-sandbox/src/java/org/apache/log4j/chainsaw/ProgressPanel.java
Index: ProgressPan
This might be a good question for the infrastructure folks. I'll post the
query to them tonight.
-Mark
> -Original Message-
> From: Paul Smith [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, June 17, 2003 4:36 PM
> To: 'Log4J Developers List'
> Subject: RE: Web start app & Certificates
>
>
> Setting up the keychain, signing the jars, and generating the
> JNLP are easy
> enough. I don't know if there's an "official" cert for
> Jakarta, though, or
> how the ASF Board would want to handle who has the password
> to it. Maybe
> Log4J would have its own? Would it make sense for the A
Setting up the keychain, signing the jars, and generating the JNLP are easy
enough. I don't know if there's an "official" cert for Jakarta, though, or
how the ASF Board would want to handle who has the password to it. Maybe
Log4J would have its own? Would it make sense for the ASF to be a CA so
psmith 2003/06/17 16:28:00
Modified:src/java/org/apache/log4j/chainsaw
ChainsawToolBarAndMenus.java
Log:
Moved out some inner classes to top level, as they were getting a bit
big and are more relevant to other areas than just inside the Toolbar
and menu c
psmith 2003/06/17 16:26:48
Added: src/java/org/apache/log4j/chainsaw
ReceiverTreeCellRenderer.java
ReceiversTreeModel.java
Log:
Moved out some inner classes to top level, as they were getting a bit
big and are more relevant to othe
psmith 2003/06/17 16:26:04
Modified:src/java/org/apache/log4j/net SocketNode.java
Log:
just added my name for contribution.
Revision ChangesPath
1.2 +1 -0
jakarta-log4j-sandbox/src/java/org/apache/log4j/net/SocketNode.java
Index: SocketNode.java
==
psmith 2003/06/17 16:25:41
Modified:src/java/org/apache/log4j/net SocketReceiver.java
Log:
Modified to use an inner class SocketDetails encapsulating the details
of the Socket, without exposing the socket itself to outside classes.
Revision ChangesPath
1.7 +34 -3
psmith 2003/06/17 16:25:02
Modified:src/java/org/apache/log4j/net SocketNodeEventListener.java
Log:
just added my name for contribution.
Revision ChangesPath
1.2 +1 -1
jakarta-log4j-sandbox/src/java/org/apache/log4j/net/SocketNodeEventListener.java
Index
psmith 2003/06/17 16:24:41
Modified:src/java/org/apache/log4j/net AddressBased.java
PortBased.java
Log:
These two interfaces now share a common parent.
Revision ChangesPath
1.3 +1 -1
jakarta-log4j-sandbox/src/java/org/apache/log4j/net/
psmith 2003/06/17 16:24:17
Added: src/java/org/apache/log4j/net NetworkBased.java
Log:
Made a parent of the Network based interfaces for ease of use.
I would like to add more methods like pause/stop eventually.
Revision ChangesPath
1.1
jakarta-lo
> We need to do a review of all the o.a.log4j.net changes. I
> think we should
> coordinate an "official" review so we can start to move the
> changes into the
> core.
That would be great. I'd like to add a few more features that would enable
the GUI to display more information about plugins/re
Hey all,
Chainsaw v2 is not REALLY REALLY close to being feature rich for a release
just yet, but it is getting reasonably close. This app is screaming to be
deployable via a Web start app, but that involves the following, and will
require some assistance in working through it:
* Hosting of the
sdeboy 2003/06/17 15:03:14
Modified:.chainsaw-build.xml
src/java/org/apache/log4j/jdbc JDBCReceiver.java
Log:
added jdbc package to jar build
removed beforefirst call in jdbcreceiver...assuming forward only cursor
Revision ChangesPath
1.10 +
> After a very very short peek at some of the recent commits, I have
> noticed that you do not have the habit of adding your name as an
> author to files where you have made a contribution.
This is probably no more than slackness on my part, and my awe of the Jalopy
plugin, I keep forgetting that
One thing on the sandbox net package:
XML-based appenders (UDPAppender/MulticastAppender), don't handle the
case where the xml-ized event size is > buffer size..the receivers
(actually the xmldecoders) correctly deal with this issue, but I had to
kick the buffer size up to temporarily get around t
Paul,
We need to do a review of all the o.a.log4j.net changes. I think we should
coordinate an "official" review so we can start to move the changes into the
core.
A threshold setting on receivers has been suggested previously. I'll see
about adding it later today.
If you want to look at it be
Title: segmentation fault on linux suse 7.2 with log4j 1.2.8
Hi,
i am trying to use the log4j under linux with java 1.3.1_08. i have an
xml file for log4j configuration.
package log4j;
import org.apache.log4j.Logger;
import org.apache.log4j.PropertyConfigurator;
import org.apache.log4j.
Way to go!
I am sure there are other files...
At 08:06 PM 6/17/2003 +, you wrote:
sdeboy 2003/06/17 13:06:52
Modified:src/java/org/apache/log4j/chainsaw ChainsawConstants.java
ChainsawToolBarAndMenus.java EventContainer.java
FileLoad
sdeboy 2003/06/17 13:06:52
Modified:src/java/org/apache/log4j/chainsaw ChainsawConstants.java
ChainsawToolBarAndMenus.java EventContainer.java
FileLoadAction.java FileSaveAction.java
JSortTable.java TableColorizingR
Howdy,
That doesn't seem like it'd be difficult to write. Alternatively, we could port your
existing MemoryTarget into a log4j Appender fairly easily I bet...
Yoav Shapira
Millennium ChemInformatics
>-Original Message-
>From: Berin Loritsch [mailto:[EMAIL PROTECTED]
>Sent: Tuesday, Ju
Ceki Gülcü wrote:
At 02:53 PM 6/17/2003 -0400, Berin Loritsch wrote:
We don't have Memory, I mean a MemoryAppender. What is the use case
for a MemoryAppender?
Actually, the SMTPAppender is based on a cyclic buffer that sends off
an email when a triggering event occurs. Still that is quite differen
At 02:53 PM 6/17/2003 -0400, Berin Loritsch wrote:
Ceki Gülcü wrote:
Of course, nothing prevents us from adding a getChildLogger(String
name) to the Logger class. Would that be sufficient for your needs?
For the short term, sure. Right now, the Avalon wrapper for Log4J
uses the following code sni
Hi Paul (and Scott),
I am in the process of making extensive changes to PatternLayout to
make it more flexible. Notably, the conversion specifier can be any
Java identifier instead of just a single character. It will also be
possible to register new conversion patterns by simply declaring them
ins
Ceki Gülcü wrote:
Hello Berin,
It really great to see your post. Answers in line.
However, as I have stated in the past both privately and publicly, we
are ready to take the necessary steps to satisfy the Avalon
community. Let me address the points you raised.
* The Logger instance does not comb
Hello Berin,
It really great to see your post. Answers in line.
At 12:04 PM 6/17/2003 -0400, Berin Loritsch wrote:
I posed the question to the Avalon guys about oficially collaborating
with the Log4J team regarding the future direction of LogKit and Log4J.
The major thing is that the Avalon team
sdeboy 2003/06/17 10:26:56
Modified:src/java/org/apache/log4j/chainsaw LogUI.java
Log:
cleaned up column loading process (preventing stack trace for eof)
Revision ChangesPath
1.101 +5 -6
jakarta-log4j-sandbox/src/java/org/apache/log4j/chainsaw/LogUI.java
I
sdeboy 2003/06/17 09:33:57
Modified:src/java/org/apache/log4j/chainsaw DisplayFilter.java
LogUI.java
src/java/org/apache/log4j/chainsaw/prefs
SettingsManager.java
src/java/org/apache/log4j/net SocketReceiver.j
I posed the question to the Avalon guys about oficially collaborating
with the Log4J team regarding the future direction of LogKit and Log4J.
The major thing is that the Avalon team wants to focus on their core
art which is the Framework and its containers, not the Logging toolkit.
As a breif histo
psmith 2003/06/17 00:24:36
Modified:src/java/org/apache/log4j/net AddressBased.java
PortBased.java
Log:
JavaDoc'n and Jalopolization.
Revision ChangesPath
1.2 +58 -0
jakarta-log4j-sandbox/src/java/org/apache/log4j/net/AddressBased.java
psmith 2003/06/17 00:21:19
Modified:src/java/org/apache/log4j/chainsaw
ChainsawToolBarAndMenus.java
Log:
created an internal ReceiverFormatter chain to render specific
receivers differently. For those that are PortBased or AddressBased
then the format of
psmith 2003/06/17 00:20:00
Modified:src/java/org/apache/log4j/net MulticastReceiver.java
UDPAppender.java XMLSocketReceiver.java
SocketReceiver.java MulticastAppender.java
UDPReceiver.java SocketAppender.java
Log:
psmith 2003/06/17 00:19:19
Added: src/java/org/apache/log4j/net AddressBased.java
PortBased.java
Log:
two new interfaces to mark receivers/appenders that are
Port or Addressed based, so they can be treated very generically.
Revision ChangesPath
45 matches
Mail list logo