Package: libspdlog1.15 Status: install reinstreq unpacked Priority: optional Section: libs Installed-Size: 487 Maintainer: Debian Med Packaging Team Architecture: amd64 Multi-Arch: same Source: spdlog Version: 1:1.15.2+ds-2 Replaces: libspdlog1 (<< 1:1.10.0+ds-0.3) Provides: libspdlog1.15-fmt10 Depends: libc6 (>= 2.33), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.0), libstdc++6 (>= 14) Breaks: libspdlog1 (<< 1:1.10.0+ds-0.3) Description: Very fast C++ logging library Features: Very fast - performance is the primary goal; Headers only; No dependencies - just copy and use; call style using the excellent cppformat library; ostream call style is supported too; Optional extremely fast asynchronous mode - using lockfree queues and other tricks to reach millions of calls/sec; Custom formatting; Multi/Single threaded loggers; Easily extendable with custom log targets (just implement a single function in the sink interface). Severity based filtering - threshold levels can be modified in runtime as well as in compile time. . Various log targets: Rotating log files, Daily log files, Console logging, Linux syslog. . This is the compiled version of the library. Homepage: https://github.com/gabime/spdlog