Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 1.24 KB

README.md

File metadata and controls

18 lines (10 loc) · 1.24 KB

spdlog Conan Package

Conan.io package for the spdlog library.

badge

spdlog is a very fast, header only, C++ logging library.

Usage

$ conan install spdlog/0.9.0@hinrikg/stable

or add the package as a dependency in your conanfile.txt

[requires]
spdlog/0.9.0@hinrikg/stable

For further information on how to use Conan see the Conan documentation