RE: Logging at Run Time

2001-09-11 Thread Stephen Levinson
: Abhijat Thakur [mailto:[EMAIL PROTECTED]] Sent: Monday, September 10, 2001 9:54 PM To: LOG4J Users Mailing List; [EMAIL PROTECTED] Subject: RE: Logging at Run Time Hi, This XML file tells about different appenders and then associates Category to the appenders and priority. So when the system starts up

RE: Logging at Run Time

2001-09-10 Thread Abhijat Thakur
PROTECTED] Subject: RE: Logging at Run Time You have five priorities. Debug, info, warn, error and fatal. You can use them e.g. cat.debug("This is a debug message"), cat. info("Just wanted to let you know that it works"), cat.warn("Be careful, otherwise I might create some pro

RE: Logging at Run Time

2001-09-10 Thread Gunter Sammet
AIL PROTECTED]]On Behalf Of Abhijat Thakur Sent: Monday, September 10, 2001 7:15 PM To: [EMAIL PROTECTED] Subject: Logging at Run Time Hi, I had a few doubts *Can a Category have more than one Priority. *If a priority for a category is enabled how can it be disabled at ru

Logging at Run Time

2001-09-10 Thread Abhijat Thakur
Hi, I had a few doubts *Can a Category have more than one Priority. *If a priority for a category is enabled how can it be disabled at run time. Thanks a lot Abhijat Thakur bDNA Corporation - To unsubscribe, e-mail: [EMAIL

Logging at Run Time

2001-09-10 Thread Abhijat Thakur
Hi, I am writing to set up logging at run time. I have a couple of questions. *Can a Category have more than one Priority. *If a priority for a category is enabled how can it be disabled at run time. *If a Category is associated with a priority how can that priority be disabled and if i