RE: no appenders could be found for logger, but I think I have set the classpath!

2008-09-17 Thread Michael Erskine
Hi Ray, I suggest you read the "Default Initialization Procedure" section of the log4j manual at http://logging.apache.org/log4j/1.2/manual.html to get yourself acquainted with how log4j searches for your configuration. If all else fails you can use -Dlog4j.configuration=" C:/eclipse/workspace

RE: no appenders could be found for logger, but I think I have set the classpath!

2008-09-17 Thread raybristol
Thanks very much for your reply! Michael Erskine wrote: > > Hi Ray, > > I suggest you read the "Default Initialization Procedure" section of the > log4j manual at http://logging.apache.org/log4j/1.2/manual.html to get > yourself acquainted with how log4j searches for your configuration. > >