RE: How to use Chainsaw for different clients?

2002-07-31 Thread EPugh

There was some work done on LF5 to allow you to pick what IP address to
receive events from..  Look in the email archives, you can find more info,
and maybe the beta..  I think this is up for the next version of log4j?

Eric

-Original Message-
From: Grübel, Nicole [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, July 31, 2002 10:47 AM
To: Log4J-User ML (E-Mail)
Subject: How to use Chainsaw for different clients?


I basically can use now Chainsaw and LogFactor5.
In Chainsaw you set a host and a port ... and so far I used localhost
and the default-port 4445.
Is it possible to use the IP of a client instead of localhost, so that
I can see the logging of this very client only in Chainsaw?
And is there another way to change these settings than in editing the
config-file? For example, if I want to take a close look at 3 clients -
how could I switch between them, when I don't want to change the
config-file 3 times? Or could I even create separate logging-files for
each client?

Any advice and examples are welcome!

Nicole

 

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




RE: How to use Chainsaw for different clients?

2002-07-31 Thread Mark Womack

I cannot speak for LF5, but for Chainsaw...

On your event source machine you could use SocketHubAppender instead of
SocketAppender.  Then, with some modifications I have made to the current
Chainsaw, you could then connect Chainsaw to the set of machines you want to
look at events for.  It doesn't do this from a config file, but has a gui to
set up each connection.  The gui also allows you to set up connections on
more SocketAppender compatible ports than just 4445 if you still want to use
SocketAppender.

Let me know if you are interested in trying out the modifications to
Chainsaw.  I can send them to you this evening.

-Mark

 -Original Message-
 From: Grübel, Nicole [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, July 31, 2002 7:47 AM
 To: Log4J-User ML (E-Mail)
 Subject: How to use Chainsaw for different clients?
 
 
 I basically can use now Chainsaw and LogFactor5.
 In Chainsaw you set a host and a port ... and so far I used 
 localhost
 and the default-port 4445.
 Is it possible to use the IP of a client instead of 
 localhost, so that
 I can see the logging of this very client only in Chainsaw?
 And is there another way to change these settings than in editing the
 config-file? For example, if I want to take a close look at 3 
 clients -
 how could I switch between them, when I don't want to change the
 config-file 3 times? Or could I even create separate logging-files for
 each client?
 
 Any advice and examples are welcome!
 
 Nicole
 
  
 
 --
 To unsubscribe, e-mail:   
 mailto:[EMAIL PROTECTED]
 For additional commands, e-mail: 
 mailto:[EMAIL PROTECTED]
 

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Re: How to use Chainsaw?

2002-07-29 Thread pravin vajirkar


I am using http://logui.sourceforge.net/ site to configure my GUI logger Viewer...Any 
body with better ideas??




From: Grübel, Nicole Reply-To: Log4J Users List To: Log4J-User ML (E-Mail) 
Subject: How to use Chainsaw? Date: Mon, 29 Jul 2002 14:23:09 +0200  Hi!  I 
just switched to Log4J 1.2.5 and now I'd like to try this graphical log-viewer 
Chainsaw. Where can I find some documentation about it? Could somebody perhaps give 
me an example how to use it with a XML-configuration-file, please? So far I neither 
could find anything that would help me in the documentation nor in the archive.  
Thanks for any help,   Nicole-- To unsubscribe, e-mail: For additional 
commands, e-mail: 


-
Do You Yahoo!?
Yahoo! Health - Feel better, live better


Re: How to use Chainsaw?

2002-07-29 Thread Ceki Gülcü


As of log4j version 1.2, Chainsaw is part of log4j.

See:
http://jakarta.apache.org/log4j/docs/api/org/apache/log4j/chainsaw/package-summary.html

At 06:53 29.07.2002 -0700, you wrote:

I am using http://logui.sourceforge.net/ site to configure my GUI logger 
Viewer...Any body with better ideas??

--
Ceki


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Re: How to use Chainsaw?

2002-07-29 Thread Craig Smith

You might also consider using LogFactor5.  Assuming your classpath is set up properly 
with the log4j.jar and its dependencies, start it with:

java org.apache.log4j.lf5.StartLogFactor5

Craig

 [EMAIL PROTECTED] 07/29/02 07:23AM 
Hi!

I just switched to Log4J 1.2.5 and now I'd like to try this graphical
log-viewer Chainsaw. 
Where can I find some documentation about it?
Could somebody perhaps give me an example how to use it with a
XML-configuration-file, please? 
So far I neither could find anything that would help me in the
documentation nor in the archive.

Thanks for any help,


Nicole

 

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]



Please Note
The information in this E-mail message is legally privileged
and confidential information intended only for the use of the
individual(s) named above. If you, the reader of this message,
are not the intended recipient, you are hereby notified that 
you should not further disseminate, distribute, or forward this
E-mail message. If you have received this E-mail in error,
please notify the sender. Thank you
*

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




RE: How to use Chainsaw?

2002-07-29 Thread Chris Bailey

Can someone give a quick bit of info on the differences between Chainsaw and
LogFactor5?  e.g. when would I want to use one or the other, or what are the
pros and cons of each, etc.?

-Original Message-
From: Craig Smith [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 29, 2002 12:52 PM
To: [EMAIL PROTECTED]
Subject: Re: How to use Chainsaw?


You might also consider using LogFactor5.  Assuming your classpath is set up
properly with the log4j.jar and its dependencies, start it with:

java org.apache.log4j.lf5.StartLogFactor5

Craig

 [EMAIL PROTECTED] 07/29/02 07:23AM 
Hi!

I just switched to Log4J 1.2.5 and now I'd like to try this graphical
log-viewer Chainsaw.
Where can I find some documentation about it?
Could somebody perhaps give me an example how to use it with a
XML-configuration-file, please?
So far I neither could find anything that would help me in the
documentation nor in the archive.

Thanks for any help,


Nicole



--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]



Please Note
The information in this E-mail message is legally privileged
and confidential information intended only for the use of the
individual(s) named above. If you, the reader of this message,
are not the intended recipient, you are hereby notified that
you should not further disseminate, distribute, or forward this
E-mail message. If you have received this E-mail in error,
please notify the sender. Thank you
*

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]



--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




RE: How to use Chainsaw?

2002-07-29 Thread Mark Womack

Hey Chris,

I have not used LF5 very much, but I have used Chainsaw.  I like Chainsaw
because it allows you to filter the set of received events retroactively.
So, I can change the filter on the fly to focus on one aspect, then change
it again to focus on something else.  The interface just updates to display
the events that pass the current filter.

I know LF5 has filtering capability, maybe someone that has used it more can
comment on it better.

-Mark

 -Original Message-
 From: Chris Bailey [mailto:[EMAIL PROTECTED]]
 Sent: Monday, July 29, 2002 2:55 PM
 To: Log4J Users List
 Subject: RE: How to use Chainsaw?
 
 
 Can someone give a quick bit of info on the differences 
 between Chainsaw and
 LogFactor5?  e.g. when would I want to use one or the other, 
 or what are the
 pros and cons of each, etc.?
 
 -Original Message-
 From: Craig Smith [mailto:[EMAIL PROTECTED]]
 Sent: Monday, July 29, 2002 12:52 PM
 To: [EMAIL PROTECTED]
 Subject: Re: How to use Chainsaw?
 
 
 You might also consider using LogFactor5.  Assuming your 
 classpath is set up
 properly with the log4j.jar and its dependencies, start it with:
 
 java org.apache.log4j.lf5.StartLogFactor5
 
 Craig
 
  [EMAIL PROTECTED] 07/29/02 07:23AM 
 Hi!
 
 I just switched to Log4J 1.2.5 and now I'd like to try this graphical
 log-viewer Chainsaw.
 Where can I find some documentation about it?
 Could somebody perhaps give me an example how to use it with a
 XML-configuration-file, please?
 So far I neither could find anything that would help me in the
 documentation nor in the archive.
 
 Thanks for any help,
 
 
 Nicole
 
 
 
 --
 To unsubscribe, e-mail:   
 mailto:[EMAIL PROTECTED]
 For additional commands, e-mail: 
 mailto:[EMAIL PROTECTED]
 
 
 
   Please Note
 The information in this E-mail message is legally privileged
 and confidential information intended only for the use of the
 individual(s) named above. If you, the reader of this message,
 are not the intended recipient, you are hereby notified that
 you should not further disseminate, distribute, or forward this
 E-mail message. If you have received this E-mail in error,
 please notify the sender. Thank you
 *
 
 --
 To unsubscribe, e-mail:   
 mailto:[EMAIL PROTECTED]
 For additional commands, e-mail: 
 mailto:[EMAIL PROTECTED]
 
 
 
 --
 To unsubscribe, e-mail:   
 mailto:[EMAIL PROTECTED]
 For additional commands, e-mail: 
 mailto:[EMAIL PROTECTED]
 

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




RE: How to use Chainsaw?

2002-07-29 Thread Chris Bailey

Hey :)  Yep, I'm using Chainsaw now (partly motivated by seeing your
SocketHubAppender thread before).  It seems to suit my needs, but I wasn't
sure if maybe LF5 had something different that might be cool...

-Original Message-
From: Mark Womack [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 29, 2002 3:10 PM
To: 'Log4J Users List'
Subject: RE: How to use Chainsaw?


Hey Chris,

I have not used LF5 very much, but I have used Chainsaw.  I like Chainsaw
because it allows you to filter the set of received events retroactively.
So, I can change the filter on the fly to focus on one aspect, then change
it again to focus on something else.  The interface just updates to display
the events that pass the current filter.

I know LF5 has filtering capability, maybe someone that has used it more can
comment on it better.

-Mark

 -Original Message-
 From: Chris Bailey [mailto:[EMAIL PROTECTED]]
 Sent: Monday, July 29, 2002 2:55 PM
 To: Log4J Users List
 Subject: RE: How to use Chainsaw?


 Can someone give a quick bit of info on the differences
 between Chainsaw and
 LogFactor5?  e.g. when would I want to use one or the other,
 or what are the
 pros and cons of each, etc.?

 -Original Message-
 From: Craig Smith [mailto:[EMAIL PROTECTED]]
 Sent: Monday, July 29, 2002 12:52 PM
 To: [EMAIL PROTECTED]
 Subject: Re: How to use Chainsaw?


 You might also consider using LogFactor5.  Assuming your
 classpath is set up
 properly with the log4j.jar and its dependencies, start it with:

 java org.apache.log4j.lf5.StartLogFactor5

 Craig

  [EMAIL PROTECTED] 07/29/02 07:23AM 
 Hi!

 I just switched to Log4J 1.2.5 and now I'd like to try this graphical
 log-viewer Chainsaw.
 Where can I find some documentation about it?
 Could somebody perhaps give me an example how to use it with a
 XML-configuration-file, please?
 So far I neither could find anything that would help me in the
 documentation nor in the archive.

 Thanks for any help,


 Nicole



 --
 To unsubscribe, e-mail:
 mailto:[EMAIL PROTECTED]
 For additional commands, e-mail:
 mailto:[EMAIL PROTECTED]


 
   Please Note
 The information in this E-mail message is legally privileged
 and confidential information intended only for the use of the
 individual(s) named above. If you, the reader of this message,
 are not the intended recipient, you are hereby notified that
 you should not further disseminate, distribute, or forward this
 E-mail message. If you have received this E-mail in error,
 please notify the sender. Thank you
 *

 --
 To unsubscribe, e-mail:
 mailto:[EMAIL PROTECTED]
 For additional commands, e-mail:
 mailto:[EMAIL PROTECTED]



 --
 To unsubscribe, e-mail:
 mailto:[EMAIL PROTECTED]
 For additional commands, e-mail:
 mailto:[EMAIL PROTECTED]


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]



--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




RE: How to use Chainsaw?

2002-07-29 Thread Mark Womack

For version 1.3 I am creating a mechanism so that events from
SocketHubAppender, JMSAppender, or any new appender can be easily received
by Chainsaw, LF5, or any client gui.  The design was inpired by how LF5
handles the receiving of remote events currently.  Right now neither
supports SocketHubAppender as a remote source.  Not without modifications
anyways.  I have modifications for Chainsaw if you are interested.

But once the 1.3 mechanism is in place, assuming the design is accepted, it
will no longer be a matter of what remote appenders your client tool
supports; it will support all current and future appenders automatically.
It will instead be a matter of what features the tool provides to configure
sources and view/filter events.

-Mark

 -Original Message-
 From: Chris Bailey [mailto:[EMAIL PROTECTED]]
 Sent: Monday, July 29, 2002 3:19 PM
 To: Log4J Users List
 Subject: RE: How to use Chainsaw?
 
 
 Hey :)  Yep, I'm using Chainsaw now (partly motivated by seeing your
 SocketHubAppender thread before).  It seems to suit my needs, 
 but I wasn't
 sure if maybe LF5 had something different that might be cool...
 
 -Original Message-
 From: Mark Womack [mailto:[EMAIL PROTECTED]]
 Sent: Monday, July 29, 2002 3:10 PM
 To: 'Log4J Users List'
 Subject: RE: How to use Chainsaw?
 
 
 Hey Chris,
 
 I have not used LF5 very much, but I have used Chainsaw.  I 
 like Chainsaw
 because it allows you to filter the set of received events 
 retroactively.
 So, I can change the filter on the fly to focus on one 
 aspect, then change
 it again to focus on something else.  The interface just 
 updates to display
 the events that pass the current filter.
 
 I know LF5 has filtering capability, maybe someone that has 
 used it more can
 comment on it better.
 
 -Mark
 
  -Original Message-
  From: Chris Bailey [mailto:[EMAIL PROTECTED]]
  Sent: Monday, July 29, 2002 2:55 PM
  To: Log4J Users List
  Subject: RE: How to use Chainsaw?
 
 
  Can someone give a quick bit of info on the differences
  between Chainsaw and
  LogFactor5?  e.g. when would I want to use one or the other,
  or what are the
  pros and cons of each, etc.?
 
  -Original Message-
  From: Craig Smith [mailto:[EMAIL PROTECTED]]
  Sent: Monday, July 29, 2002 12:52 PM
  To: [EMAIL PROTECTED]
  Subject: Re: How to use Chainsaw?
 
 
  You might also consider using LogFactor5.  Assuming your
  classpath is set up
  properly with the log4j.jar and its dependencies, start it with:
 
  java org.apache.log4j.lf5.StartLogFactor5
 
  Craig
 
   [EMAIL PROTECTED] 07/29/02 07:23AM 
  Hi!
 
  I just switched to Log4J 1.2.5 and now I'd like to try this 
 graphical
  log-viewer Chainsaw.
  Where can I find some documentation about it?
  Could somebody perhaps give me an example how to use it with a
  XML-configuration-file, please?
  So far I neither could find anything that would help me in the
  documentation nor in the archive.
 
  Thanks for any help,
 
 
  Nicole
 
 
 
  --
  To unsubscribe, e-mail:
  mailto:[EMAIL PROTECTED]
  For additional commands, e-mail:
  mailto:[EMAIL PROTECTED]
 
 
  
  Please Note
  The information in this E-mail message is legally privileged
  and confidential information intended only for the use of the
  individual(s) named above. If you, the reader of this message,
  are not the intended recipient, you are hereby notified that
  you should not further disseminate, distribute, or forward this
  E-mail message. If you have received this E-mail in error,
  please notify the sender. Thank you
  *
 
  --
  To unsubscribe, e-mail:
  mailto:[EMAIL PROTECTED]
  For additional commands, e-mail:
  mailto:[EMAIL PROTECTED]
 
 
 
  --
  To unsubscribe, e-mail:
  mailto:[EMAIL PROTECTED]
  For additional commands, e-mail:
  mailto:[EMAIL PROTECTED]
 
 
 --
 To unsubscribe, e-mail:   
 mailto:[EMAIL PROTECTED]
 For additional commands, e-mail: 
 mailto:[EMAIL PROTECTED]
 
 
 
 --
 To unsubscribe, e-mail:   
 mailto:[EMAIL PROTECTED]
 For additional commands, e-mail: 
 mailto:[EMAIL PROTECTED]
 

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]