On 2009-05-07 09:01, Duncan Adams wrote:
#include <log4cxx/logger.h> static log4cxx::LoggerPtr logger("loggername");
It wants a logger pointer not a string. Do this:
static log4cxx::LoggerPtr logger(log4cxx::Logger::getLogger("loggername"));
--
Jacob Anawalt
Gecko Software, Inc.
[email protected]
435-752-8026
