Skip to Content

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's avatar Alenas
  • Alenas's avatar Alenas
  • Phoebe's avatar Phoebe
  • Billy O'Neal's avatar Billy O'Neal
  • chausner's avatar chausner
  • autoantwort's avatar autoantwort
  • MSDuran's avatar MSDuran
  • bjornthirud's avatar bjornthirud
  • jim wang's avatar jim wang
  • Jia Yue Hua's avatar Jia Yue Hua
  • WangWeiLin-MV's avatar WangWeiLin-MV

# Changelog

# Source