Easylogging++ is a single header efficient logging library for C++ applications.
easyloggingpp can be imported via CMake FindPkgConfig module:
find_package(PkgConfig REQUIRED)
pkg_check_modules(easyloggingpp easyloggingpp REQUIRED IMPORTED_TARGET)
target_link_libraries(main PRIVATE PkgConfig::easyloggingpp)
Do not write to default log file "myeasylog.log" (compile with ELPP_NO_DEFAULT_LOG_FILE)
Use std::mutex for thread synchronization (compile with ELPP_FORCE_USE_STD_THREAD)
Make easyloggingpp thread safe (compile with ELPP_THREAD_SAFE)
v9.97.1#1
All
MIT
Manifest