RE: Don't get Torque's loggin to work

2004-11-16 Thread Thomas Fischer
Hi Daniel, log4j has also a property configurator. see org.apache.log4j.PropertyConfigurator.configure(String configFilename) This should be what you want. Thomas "Vitzethum, Daniel" <[EMAIL PROTECTED]> schrieb am 16.11.2004 11:41:53: > Hello again, > > Thomas Fischer wrote: > > Sorry i

Re: Don't get Torque's loggin to work

2004-11-15 Thread Thomas Fischer
Hi Daniel, Sorry if I point out the obvious: Do you have log4j.jar in your runtime classpath? If yes, did you try to create log messages "by hand", i.e. to fetch a log4j logger and write log messages to it, and see what happens ? I have never tried do configure log4j via torque.properties, I