Skip to content

easyloggingppv9.97.1

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)

#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 Dependencies

No transitive dependencies.

#Used By

#Host Tool For

No ports use this.

#Contributors

  • Alenas's avatarAlenas
  • Alenas's avatarAlenas
  • Phoebe's avatarPhoebe
  • Billy O'Neal's avatarBilly O'Neal
  • chausner's avatarchausner
  • autoantwort's avatarautoantwort
  • MSDuran's avatarMSDuran
  • bjornthirud's avatarbjornthirud
  • jim wang's avatarjim wang
  • Jia Yue Hua's avatarJia Yue Hua
  • WangWeiLin-MV's avatarWangWeiLin-MV

#Changelog

  • 898a927[easyloggingpp] Fix pkgconfig and add usage (#36851)
  • 9f8142b[easyloggingpp] update to 9.97.1 (#34121)
  • b49a27d[easyloggingpp] Fix compile errors on uwp (#33453)
  • 721328e[easyloggingpp] Features to support multithreading (#31396)
  • d78a0b4[easyloggingpp] Fix hash as lowercase (#21052)
  • e7e328c[many ports] call vcpkg_fixup_pkgconfig() (#20953)
  • 2c4a0b8[easyloggingpp] Update to 9.97.0 (#20394)
  • b295670Bulk convert control files. (#19986)
  • 09a647aDelete use of vcpkg_test_cmake and vcpkg_common_functions. (#13065)
  • bcff929Add PREFER_NINJA to many ports (#7468)
  • 10762b8[easyloggingpp] updated to 9.96.7
  • 6d206d5[easyloggingpp] updated to 9.96.7
  • 05b2110easyloggingpp port (#4780)