RE: Problem using XML config file

2002-01-16 Thread BLasch
rigge .com>cc: Subject: RE: Problem using XML conf

RE: Problem using XML config file

2002-01-15 Thread Sara Prigge
Users List' Subject: RE: Problem using XML config file Thanks - there were a few other minor syntax problems. I fixed those. Now, I'm getting another strange error. I have the following method (in a class called Logging): public void doPreLog(int level, String msg, String

RE: Problem using XML config file

2002-01-15 Thread Sara Prigge
Again - here's the relevant portion of the XML config file: -Original Message- From: Klaus Mueller [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 15, 2002 12:40 PM To: 'Log4J Users List' Subject: RE: Problem using XML config file Hi, this line contains to

RE: Problem using XML config file

2002-01-15 Thread Klaus Mueller
Hi, this line contains to much spaces: http://jakarta.apache.org/log4j/";> Should look like: http://jakarta.apache.org/log4j/";> But there can be more problems I do not see. Bye Klaus -- To unsubscribe, e-mail: For additional commands, e-mail:

RE: Problem using XML config file

2002-01-15 Thread Millard, Ray
Remove the space after xmlns: in the tag http://jakarta.apache.org/log4j/";> > -Original Message- > From: Sara Prigge [SMTP:[EMAIL PROTECTED]] > Sent: Tuesday, January 15, 2002 11:58 AM > To: '[EMAIL PROTECTED]' > Subject: Problem using XML config file > > Hi- > >