Registry / logging / spdlog

spdlog

JSON →
library1.17.0vcpkgunverified

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

vcpkg install spdlog
INSTALL
IMPORT
SIG · SPDLOG
S
spdlog
loggingcppv1.17.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

spdlog/spdlog.h
#include <spdlog/spdlog.h>

Logs messages at different severity levels.

#include <spdlog/spdlog.h> int main() { spdlog::info("Hello, {}!", "world"); spdlog::warn("This is a warning"); spdlog::error("An error occurred"); return 0; }
Debug
Known issues
gotchaspdlog can be used as header-only or compiled; mixing modes can cause linker errors.
fix
Define SPDLOG_COMPILED_LIB or use the CMake target consistently.
affects: *
Upgrade
Version history
1.17.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
39 hits · last 30 days
node
36
Resources

No resource links recorded.

spdlog — pip install spdlog · libregistry