RE: Specify chainsaw config file in webStart link

2005-02-28 Thread OOMS DIRK
Scott, That would be great, and indeed, an argument would do the job as well. dirk > -Original Message- > From: Scott Deboy [mailto:[EMAIL PROTECTED] > Sent: vrijdag 25 februari 2005 19:18 > To: Log4J Users List > Subject: RE: Specify chainsaw config file in webStart link > > > Good i

Suggestions... (modifying logging messages on the fly)

2005-02-28 Thread DE BENEDICTIS DAVIDE
Hi, I have a working application that uses an SMTP appender. This appendere is used for administration purposes. Only for certain fatal exceptions, a mail is sent toward the support team. Now, for the same events, I have to send short messages (SMS) using another SMTP appender (we have a mail serv

How can I log steps between session bean?

2005-02-28 Thread Aaron Rustad
I have a requirement to log interesting steps of a process that may call many different SessionBeans. This process may also be called by other users so not only do I have to uniquely identify the process, but I also have to identify the user that started the process. The problem with session beans,

Re: Suggestions... (modifying logging messages on the fly)

2005-02-28 Thread James Stauffer
DE BENEDICTIS DAVIDE <[EMAIL PROTECTED]> wrote: > > I'm looking for a method to modifying (cutting) the outcoming logging > message on the fly. In this way I could update only the log4j conf files > without touching my working app. > Something like a %m with the ability to specify a maximum number

RE: Suggestions... (modifying logging messages on the fly)

2005-02-28 Thread DE BENEDICTIS DAVIDE
> When I email my SMS email address it automatically cuts off > anything over 160 characters so maybe you don't need to do > anything besides making sure that the order of info is correct. I tried but my sms server splits the email in various sms so for a typical print stack trace you get six

Re: Suggestions... (modifying logging messages on the fly)

2005-02-28 Thread James Stauffer
DE BENEDICTIS DAVIDE <[EMAIL PROTECTED]> wrote: > > > When I email my SMS email address it automatically cuts off > > anything over 160 characters so maybe you don't need to do > > anything besides making sure that the order of info is correct. > > I tried but my sms server splits the email in va

RE: Suggestions... (modifying logging messages on the fly)

2005-02-28 Thread DE BENEDICTIS DAVIDE
> I think that I heard that 1.3 allows you to choose the number > of trace lines or that someone was doing an enhancement for > that. Check the list archives. Yes but for the moment I have to stick with a production proven version. Everything is already deployed. > Another option is to not s

Re: Suggestions... (modifying logging messages on the fly)

2005-02-28 Thread James Stauffer
DE BENEDICTIS DAVIDE <[EMAIL PROTECTED]> wrote: > > > I think that I heard that 1.3 allows you to choose the number > > of trace lines or that someone was doing an enhancement for > > that. Check the list archives. > > Yes but for the moment I have to stick with a production proven version. > Ev

Re: Suggestions... (modifying logging messages on the fly)

2005-02-28 Thread Curt Arnold
On Feb 28, 2005, at 10:26 AM, James Stauffer wrote: DE BENEDICTIS DAVIDE <[EMAIL PROTECTED]> wrote: I'm looking for a method to modifying (cutting) the outcoming logging message on the fly. In this way I could update only the log4j conf files without touching my working app. Something like a %m wi

Threading and Localization using l7dlog

2005-02-28 Thread Burnard, Julie \(J.A.\)
I just purchased a copy of the book entitled "The Complete log4j Manual". I was disappointed to find that it doesn't mention anything about localized messages using the l7dlog methods. I guess the title is somewhat misleading. Maybe someone out there can give me some guidance. I'm in the process

Re: Threading and Localization using l7dlog

2005-02-28 Thread James Stauffer
Burnard, Julie (J.A.) <[EMAIL PROTECTED]> wrote: > I'm in the process of providing a log4j wrapper class that implements > the 'log' type statements from the jdk 1.4 java.util.logging.Logger > class. Note, our organization is not yet utilizing jdk 1.4, so we've > implemented a jdk1.4 like logging

Re: Threading and Localization using l7dlog

2005-02-28 Thread James Stauffer
Burnard, Julie (J.A.) <[EMAIL PROTECTED]> wrote: > I'm in the process of providing a log4j wrapper class that implements > the 'log' type statements from the jdk 1.4 java.util.logging.Logger > class. Note, our organization is not yet utilizing jdk 1.4, so we've > implemented a jdk1.4 like logging

Re: Threading and Localization using l7dlog

2005-02-28 Thread James Stauffer
Burnard, Julie (J.A.) <[EMAIL PROTECTED]> wrote: > Typically each class developed in our environment will contain a static > instance of a mapper class that is instantiated with it's fully > qualified classname. If using the Log4JMapper, then the class will > contain a static instance of a Log4JMa

Re: Threading and Localization using l7dlog

2005-02-28 Thread Curt Arnold
On Feb 28, 2005, at 12:33 PM, Burnard, Julie (J.A.) wrote: I just purchased a copy of the book entitled "The Complete log4j Manual". I was disappointed to find that it doesn't mention anything about localized messages using the l7dlog methods. I guess the title is somewhat misleading. Maybe someon