RE: Chainsaw patch - Create Main Window in ChainsawAppender

2003-03-12 Thread Paul Smith
> - I would like to pass something different than the reference to the > ChainsawAppender to the activateViewer() method of > ChainsawViewer. Maybe > just pass in a TableModel and an EventSink? But it looked > like some of the > gui stuff depended on ChainsawAppender specific methods, so I > j

RE: Chainsaw patch - Create Main Window in ChainsawAppender

2003-03-12 Thread mwomack
OK. It is checked into cvs. Some future work: - I would like to remove/change the static variables in ChainsawAppender. Eventually multiple instances should be supported, each with their own model. - I would like to pass something different than the reference to the ChainsawAppender to the activ

cvs commit: jakarta-log4j/src/java/org/apache/log4j/chainsaw ChainsawViewer.java DefaultViewer.java ChainsawAppender.java Main.java Start.java

2003-03-12 Thread mwomack
mwomack 2003/03/12 22:19:22 Modified:src/java/org/apache/log4j/chainsaw ChainsawAppender.java Main.java Start.java Added: src/java/org/apache/log4j/chainsaw ChainsawViewer.java DefaultViewer.java Log: Changes to support generic

RE: Chainsaw patch - Create Main Window in ChainsawAppender

2003-03-12 Thread mwomack
(psst...hey buddy, you wanna a Chainsaw viewer? I got one here cheap...) :-) > -Original Message- > From: Oliver Burn [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 12, 2003 9:59 PM > To: Log4J Developers List > Subject: RE: Chainsaw patch - Create Main Window in ChainsawAppender > >

cvs commit: jakarta-log4j/src/java/org/apache/log4j/chainsaw ChainsawAppender.java

2003-03-12 Thread mwomack
mwomack 2003/03/12 22:00:01 Modified:src/java/org/apache/log4j/chainsaw ChainsawAppender.java Log: Applied checkstyle changes from Paul Smith. Revision ChangesPath 1.4 +84 -21 jakarta-log4j/src/java/org/apache/log4j/chainsaw/ChainsawAppender.java Index: Cha

RE: Chainsaw patch - Create Main Window in ChainsawAppender

2003-03-12 Thread Oliver Burn
I would suggest straight into CVS. You seem like a trustworthy kind of guy. ;-) > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Thursday, 13 March 2003 16:44 > To: Log4J Developers List > Subject: RE: Chainsaw patch - Create Main Window in ChainsawAppender

RE: Chainsaw patch - Create Main Window in ChainsawAppender

2003-03-12 Thread Paul Smith
I could do with a clean CVS, so it wouldn't bother me if it went straight in to cvs. Paul > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Thursday, 13 March 2003 4:44 PM > To: Log4J Developers List > Subject: RE: Chainsaw patch - Create Main Window in Chai

RE: Chainsaw patch - Create Main Window in ChainsawAppender

2003-03-12 Thread mwomack
So, I have the changes to create instances of ChainsawViewer's from the ChainsawAppender configuration. I moved the bulk of the code in Main into a new class named DefaultViewer. Would everyone prefer to see the changes as patches first or should I just go ahead and check them into cvs? I'll ass

SV: DO NOT REPLY [Bug 17920] New: - Option to offset the stack frame used in PatternLayout's file and line numbering

2003-03-12 Thread hermod . opstvedt
Hi We have done this and it works ok - Receipe : Use the logger.log(yourlogger.class,level,message[,exception]) function as shown in Ceki tutorial. This reports the class,method and line ok Hermod -Opprinnelig melding- Fra: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sendt: 12. mars 2003

DO NOT REPLY [Bug 17940] New: - SockerServer relies upon InetAddress.toString() for host key creation. Not supported > jdk1.4

2003-03-12 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

RE: [Chainsaw]: Candidate for Web Start app?

2003-03-12 Thread Paul Smith
> I think it is a great idea. I am a big fan of Web Start as it is > a great way to distribute and upgrade software. Great example > of making things available via Web Start is at > http://www.jgoodies.com/ > > Regards, > Oliver Cool, I've added that to the ToDo Wiki then. And that site is cool

RE: [Chainsaw]: Candidate for Web Start app?

2003-03-12 Thread Oliver Burn
I think it is a great idea. I am a big fan of Web Start as it is a great way to distribute and upgrade software. Great example of making things available via Web Start is at http://www.jgoodies.com/ Regards, Oliver > -Original Message- > From: Paul Smith [mailto:[EMAIL PROTECTED] > Sent:

[Chainsaw]: Candidate for Web Start app?

2003-03-12 Thread Paul Smith
Just wondering what peoples thoughts are about eventually making Chainsaw a Java Web Start app. Seems like a nice way to distribute it to clients. My thoughts are that Chainsaw is really an add-on product to log4j, and shouldn't be restricted by anything that log4j-core is (like library dependenc

RE: Chainsaw patch - Create Main Window in ChainsawAppender

2003-03-12 Thread Paul Smith
> OK. I'm going to take a look doing this later tonight and submit some > updated patches for review. It seems like good direction to go in. Once you've finished with that and it's in CVS, I was going to provide a patch to the internal container of EventDetails that the MyTableModel uses to use

RE: Chainsaw patch - Create Main Window in ChainsawAppender

2003-03-12 Thread Mark Womack
OK. I'm going to take a look doing this later tonight and submit some updated patches for review. It seems like good direction to go in. -Mark > -Original Message- > From: Paul Smith [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 12, 2003 1:28 PM > To: 'Log4J Developers List' > Subj

RE: Chainsaw patch - Create Main Window in ChainsawAppender

2003-03-12 Thread Paul Smith
> ANY gui. The gui implementation would need to implement a > known interface, > something that accepted a reference to the Chainsaw model. Yep! Although mentally I've always thought of that interface as the Builder interface, rather than the GUI interface. I figure a GUI shouldn't really ca

RE: Chainsaw patch - Create Main Window in ChainsawAppender

2003-03-12 Thread Mark Womack
Paul, > Playing devils advocate here, there is also the "reverse" of > this model that > comes to mind. Thinking out loud here.. Where each configured > ChainsawAppender is purely the model in the MVC world. There > could then be > another class (perhaps a Builder style pattern) that queries th

RE: Tab pane UI status

2003-03-12 Thread Scott Deboy
Good stuff.. There are a number of dependencies outside of the Chainsaw package that I rely on, specifically an updated DTD, LoggingEvent and XMLLayout. I also use an updated UDPAppender to send multicast XMLLayout'ed messages, but UDPAppender isn't in the org.apache.log4j.net package..I got it f

DO NOT REPLY [Bug 17920] New: - Option to offset the stack frame used in PatternLayout's file and line numbering

2003-03-12 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 17917] New: - Sometimes no backup file is created

2003-03-12 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

SysLog and SysLog-ng daemon on Solaris

2003-03-12 Thread hermod . opstvedt
Hi Has anybody experienced any problems with the SysLog appender with respect to Solaris 2.8 and SysLog-ng. I am not getting the level through. It has everything else but this. Hermod * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * This email with attachments is sol

RE: Chainsaw patch - Create Main Window in ChainsawAppender

2003-03-12 Thread Paul Smith
[accidently replied directly to Mark, sorry Mark..] > - This is very much like the way LF5 works today, if I remember > correctly. > - Eventually I think we should allow multiple instances of > ChainsawAppender, > each with its own table model and its own instance of Main (or tab > panel, in > the