1. Home
  2. Browse
  3. spdlog

spdlog

v1.15.0#1Latest

Very fast, header-only/compiled, C++ logging library.

Install

Run the following Vcpkg command to install the port.

vcpkg install spdlog

Usage

The package spdlog provides CMake targets:

find_package(spdlog CONFIG REQUIRED)
target_link_libraries(main PRIVATE spdlog::spdlog)
# Or use the header-only version
find_package(spdlog CONFIG REQUIRED)
target_link_libraries(main PRIVATE spdlog::spdlog_header_only)

Features

Dependencies

See source

Version

v1.15.0#1

Publication

Supports

All

GitHub

gabime/spdlog

Homepage

github.com/gabime/spdlog

Subtree

5dddb82a39

License

MIT

Definition

Manifest