There's this info about cmake options, and this site about defines. What’s the relationship between the CMake option LOG4CXX_FORMAT_NAMESPACE=std and the define LOG4CXX_FORMAT_NS=std? Do I need to set one, or both?
Also the sentence "You would use the value 'std' if Log4cxx was built with LOG4CXX_FORMAT_NAMESPACE=fmt" is adding to my confusion.
There's this info about cmake options, and this site about defines. What’s the relationship between the CMake option
LOG4CXX_FORMAT_NAMESPACE=stdand the defineLOG4CXX_FORMAT_NS=std? Do I need to set one, or both?Also the sentence "You would use the value 'std' if Log4cxx was built with
LOG4CXX_FORMAT_NAMESPACE=fmt" is adding to my confusion.