easyloggingpp v9.97.1
- Created
- Updated
Easylogging++ is a single header efficient logging library for C++ applications.
# 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)
# License
# Supported Platforms
All platforms are supported
# Features
No default features set.
# 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 Dependencies
No transitive dependencies.
# Dependents
# Host Dependents
No dependents.
# Contributors
- Alenas
- Alenas
- Phoebe
- Billy O'Neal
- chausner
- autoantwort
- MSDuran
- bjornthirud
- jim wang
- Jia Yue Hua
- WangWeiLin-MV