Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.10.0
-
None
-
None
Description
LOGCXX-4 eliminated all non-local static objects with the exception of Level::DEBUG, Level::INFO et all since they were expected to be used by a decent amount of existing log4cxx 0.9.7 code. Unfortunately, their continued presence still results in problems on AIX and the only apparently solution is to remove the non-local statics and require uses to used Level::getDebug() et al instead.
Reported in log4cxx-user on 2006-03-08 in (http://marc.info/?t=114183406400003&r=1&w=2) and again on 2007-05-23 (http://marc.info/?l=log4cxx-user&m=117993049502664&w=2)