Re: Issue with log4cxx configuration

2009-05-22 Thread Assaf Lavie
Well, I'm fairly new to log4cxx, but I do think that you should be able to see what's wrong with the parsing of the configuration file by putting the following line at the top: log4j.debug=true On Fri, May 22, 2009 at 10:23 AM, deepak singh wrote: > Hi, > > I am using property file to configur

Issue with log4cxx configuration

2009-05-22 Thread deepak singh
Hi, I am using property file to configure the log4cxx. I am not able to check the correctness of the input file. I tried the try, catch but PropertyConfigurator::configure function is not throwing any exception. I passed the dummy property file and in this case configure file printing followi