1. Home
  2. Browse
  3. easyloggingpp

easyloggingpp

v9.97.1#1Latest

Easylogging++ is a single header efficient logging library for C++ applications.

Install

Run the following Vcpkg command to install the port.

vcpkg install 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)

Features

Dependencies

See source

Version

v9.97.1#1

Publication

Supports

All

GitHub

abumq/easyloggingpp

Homepage

github.com/abumq/easyloggingpp

Subtree

898a927b84

License

MIT

Definition

Manifest