easyloggingppv9.97.1
- Updated
Easylogging++ is a single header efficient logging library for C++ applications.
- Project website: https://github.com/abumq/easyloggingpp
#Usage
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)#Supported Platforms
All platforms supported.
#Features
No default features.
#no-defaultfile
Do not write to default log file "myeasylog.log" (compile with ELPP_NO_DEFAULT_LOG_FILE)
Dependencies:
No dependencies.
Host Dependencies:
No dependencies.
#std-locking
Use std::mutex for thread synchronization (compile with ELPP_FORCE_USE_STD_THREAD)
Dependencies:
No dependencies.
Host Dependencies:
No dependencies.
#thread-safe
Make easyloggingpp thread safe (compile with ELPP_THREAD_SAFE)
Dependencies:
No dependencies.
Host Dependencies:
No dependencies.
#Dependencies
No dependencies.
#Host Tool For
No ports use this.
#Contributors
Alenas
Alenas
Phoebe
Billy O'Neal
chausner
autoantwort
MSDuran
bjornthirud
jim wang
Jia Yue Hua
WangWeiLin-MV