spdlog v1.15.1
- Created
- Updated
Very fast, header-only/compiled, C++ logging library.
# 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)
# License
# Supported Platforms
All platforms are supported
# Features
No default features set.
# benchmark
Use google benchmark
Host Dependencies:
2 transitive dependencies:
- vcpkg-cmake (by benchmark )
- vcpkg-cmake-config (by benchmark )
# wchar
Build with wchar_t (Windows only)
Supports: windows
- ✅ windows
- ❌
linux - ❌
osx - ❌
uwp
Dependencies:
No dependencies.
Host Dependencies:
No dependencies.
# Dependencies
No transitive dependencies.
# Host Dependencies
No transitive dependencies.
# Dependents
# Host Dependents
No dependents.
# Contributors
Adam Martin
Alexander Karatarakis
codicodi
Robert Schumacher
Christophe Guébert
Carsten Neumann
Phil Christensen
myd7349
pravic
Jack·Boos·Yu
Phoebe
Curoky
JonLiu1993
Kevin Lu
Lily
Ahmed Yarub Hani Al Nuaimi
Ryan
NancyLi1013
Daumantas Kavolis
Park DongHa
Andrey Nekrasov
chausner
Rémy Tassoux
Dale Phurrough
Romain Pokrzywka
百地 希留耶
Pierre Wendling
moritz-h
wtz
miyanyan
Ryan Zoeller
c8ef
# Changelog
and 38 more commits:
7291a25
[spdlog] fix cmake targets path57f7f49
[spdlog] Update to 1.3.03d164e3
[spdlog] add comment about patchf643622
Fix spdlog handling of external fmt libc538d6d
Upgrades 2018.10.259c62c6a
Upgrades 2018.10.11a382578
[spdlog] Update to fix compatibility with fmt 5.0.02a0bf9c
Upgrades for 2018.06.12e3dda1a
[azure-storage-cpp][cpp-redis][dirent][doctest][gdcm2][grpc][llvm][matio][spdlog][yaml-cpp] Upgrades26516fe
vcpkg_configure_cmake (and _meson) now embed debug symbols within static libs (/Z7)3d111fe
[spdlog] update to 0.14.05f5e6b7
[spdlog] update to 0.13.0b4fa5bc
[spdlog] fix indentation59a70d3
[spdlog] update to 0.12.00bfa909
[spdlog] Mark as header-only libraryc4ba6cf
[spdlog] Initial addition