RE: simple question

2002-10-24 Thread Jung, Eric (Contractor)
Thanks Mike and Benoit! I should have known this! -Original Message- From: Michael P. Canzoneri [mailto:mcanzoneri@;biztech.com] Sent: Thursday, October 24, 2002 8:12 AM To: [EMAIL PROTECTED] Subject: RE: simple question File f = "C:\\HOME\\foo.lcf"; // lcf = Log co

RE: simple question

2002-10-24 Thread Benoit Voisin
java -Dlog4j.configuration=your-log4j.xml . -Original Message- From: Jung, Eric (Contractor) [mailto:ejung@;russellmellon.com] Sent: 24 October 2002 14:05 To: '[EMAIL PROTECTED]' Subject: simple question Hi everyone, I'm wondering how I can point log4j to a proper

simple question

2002-10-24 Thread Jung, Eric (Contractor)
Hi everyone, I'm wondering how I can point log4j to a properties file other than log4j.xml? For instance, foo.xml? Thank you in advance for any ideas, Eric H. Jung Russell/Mellon Analytical Services 1-617-382-1373 Everett, MA, USA -- To unsubscribe, e-mail:

RE: simple question not found in mail archives

2002-10-04 Thread Jung, Eric (Contractor)
ober 04, 2002 2:17 PM To: 'Log4J Users List' Subject: RE: simple question not found in mail archives If you have an older version, you can use instead of . Glad to help, but it concerns me that you could not find this simple answer on the log4j web site. All the more reason for a ea

RE: simple question not found in mail archives

2002-10-04 Thread Mark Womack
; From: Jung, Eric (Contractor) [mailto:[EMAIL PROTECTED]] > Sent: Friday, October 04, 2002 11:14 AM > To: 'Log4J Users List' > Subject: RE: simple question not found in mail archives > > > Hi Mark, > That is EXACTLY what I want to do! And it works, too! Now if >

RE: simple question not found in mail archives

2002-10-04 Thread Jung, Eric (Contractor)
. -Original Message- From: Mark Womack [mailto:[EMAIL PROTECTED]] Sent: Friday, October 04, 2002 2:03 PM To: 'Log4J Users List' Subject: RE: simple question not found in mail archives Eric, Can't you do the following: That example is for a particular class. If you w

RE: simple question not found in mail archives

2002-10-04 Thread Mark Womack
ED]] > Sent: Friday, October 04, 2002 9:52 AM > To: 'Log4J Users List' > Subject: RE: simple question not found in mail archives > > > Hi Sara, > > Thanks for the suggestion. I have tried that, too, but my > results are that > _all_ packages and classes c

RE: simple question not found in mail archives

2002-10-04 Thread Jung, Eric (Contractor)
et particular packages or classes to the ERROR level, not all packages and classes. Any other ideas? Thank you, Eric H. Jung -Original Message- From: Sara Prigge [mailto:[EMAIL PROTECTED]] Sent: Friday, October 04, 2002 12:45 PM To: 'Log4J Users List' Subject: RE: simple questio

RE: simple question not found in mail archives

2002-10-04 Thread Sara Prigge
ECTED]' Subject: simple question not found in mail archives Hi, I've been using log4j for almost year now, but have never been able to find an answer to this simple question: How can I set the threshold for a particular package or class in an XML log4j config file? I know how to do

simple question not found in mail archives

2002-10-04 Thread Jung, Eric (Contractor)
Hi, I've been using log4j for almost year now, but have never been able to find an answer to this simple question: How can I set the threshold for a particular package or class in an XML log4j config file? I know how to do this in a properties file: log4j.logger.org.apache.commons.dig

RE: Simple question

2001-06-11 Thread Thilo Schottelius
Dear Jamie, -Original Message- From: Jamie Tsao [mailto:[EMAIL PROTECTED]] Sent: Dienstag, 12. Juni 2001 01:06 To: [EMAIL PROTECTED] Subject: Simple question Hi, I'm a new user to log4j, and I had a simple question. When I call PropertyConfigurator.configure(filename) to conf

Re: Simple Question

2001-06-11 Thread Ceki Gülcü
What is a log4j instance? You mean a category instance? There can be only one category instance of a given name attached to a given hierarchy. The vast majority of people can safely ignore that there can be multiple hierarchies and continue to work with the default hierarchy. Thus, in the co

Re: Simple Question

2001-06-11 Thread BillWorker 2i Development Team
As I understand, there is only one log4j instance per JVM and the root category always exists. Please correct me if I am wrong! -- BillWorker 2i Development Team, Infocom Solutions Pvt. Ltd. - To unsubscribe, e-mail: [EMAIL PRO

Simple Question

2001-06-11 Thread Jamie Tsao
Hi, I'm a new user to log4j, and I had a simple question. When I call PropertyConfigurator.configure(filename) to configure log4j based on a properties file, how does log4j know which logging "instance" to configure ? I guess I'm a little confused about why you shoudn&#

Simple question

2001-06-11 Thread Jamie Tsao
Title: Simple question Hi, I'm a new user to log4j, and I had a simple question.  When I call PropertyConfigurator.configure(filename) to configure log4j based on a properties file, how does log4j know which logging "instance" to configure ?  I guess I'm a little co