logfault
logfault copied to clipboard
One C++ log library to rule them all! MacOS, IOS, Android, Linux, Windows, QT, std::clog
When logfault is included in another project via CMake FetchContent, compilation of general_tests.cpp fails with logfault.h not found ``` FetchContent_Declare( logfault GIT_REPOSITORY https://github.com/jgaa/logfault ) FetchContent_MakeAvailable(logfault) target_link_libraries( myProgram PRIVATE logfault )...
Hi you may want to change your qt loggging as it does not work properly, I have made fixes in my fork of your project in https://github.com/edwardbr/logfault: ``` #ifdef LOGFAULT_USE_QT_LOG...
The documentation states that it's dependent on the standard-library for C++11. However, the examples are relying on C++14. Adding the following to your source(or a header) will make the examples...
Hello, As mentioned in the tile , is logfault thread-safe library ? thank you !
The const is left out.