06-08-2021, 06:51 AM
Hello to everybody.
I'd like to remove log4cxx logger but I got a lot of unresolved external linker error.
I got this error when i remove the macro definition:
#define LOG_FATAL( ... ) LOGGER_LOG_FATAL( LogSystem::getRootLogger(), __VA_ARGS__ )
The fun fact is that I don't use LOG_INFO, fatal ecc.. anymore projects.
So i can't understeand where is referenced.
I also removed LOG4CXX_STATIC preprocessor definition but can't figure this out.
Thanks in advance.
2

