By which new logger class may I replace an old C++ 11 log4cplus logger?
I am creating a common module for my team, from parts incoming from many places.
Some are written in C++ 11, others in C++ 14 or 17, and soon I expect putting them all compatible with C++ 20…
How can I log a filepath, which was initialised using boost::filesystem::path?
In my cpp code, I set the following variable outfilepath
: