Re: Log4CXX hang

2018-05-21 Thread Thorsten Schöning
Guten Tag chihhsiw, am Montag, 21. Mai 2018 um 11:37 schrieben Sie: > Thanks for reading this post. I have a C program running on CentOS 5.11, > compiled through g++ calling a C++ library and this C++ library try to use > log4cxx to do logging. You didn't tell which version of log4cxx you are

Log4CXX hang

2018-05-21 Thread chihhsiw
Hi, Thanks for reading this post. I have a C program running on CentOS 5.11, compiled through g++ calling a C++ library and this C++ library try to use log4cxx to do logging. However, when I initialize LoggerPtr Log4XXLogger::loggerMyMain(Logger::getLogger( "main")); as global variable, my