You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4cxx-user@logging.apache.org by st...@stormie.dk on 2008/12/22 16:06:14 UTC

Issue regarding getLogger("some name")

Hi

I have a serious problem regarding the getLogger method.
log4cxx::LoggerPtr logger = log4cxx::Logger::getLogger("default");

When I type in a name with more than 7 chars in length I get "baadf00d"
errors and "bad ptr" as name. No logging what-so-ever.

This, for some reason disappeared when I did something I unfortunatly do
not recall what was, but now it reappeared and all my loggernames are "bad
ptr" which ofcourse results in log4cxx failing.

Anyone know why this is happening ???


Regards
Michael