spdlog 1:1.9.2+ds-0.2 source package in Ubuntu

Changelog

spdlog (1:1.9.2+ds-0.2) unstable; urgency=medium

  * Non-maintainer upload.
  * Upload to unstable.

 -- Boyuan Yang <email address hidden>  Sat, 18 Dec 2021 11:37:10 -0500

Upload details

Uploaded by:
Debian Med
Uploaded to:
Sid
Original maintainer:
Debian Med
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe misc

Downloads

File Size SHA-256 Checksum
spdlog_1.9.2+ds-0.2.dsc 2.1 KiB 0ae1157eb2f113d5587b55a7819fccb9d65e019a9c03dab3dbe56c0e0d863bbc
spdlog_1.9.2+ds.orig.tar.xz 159.6 KiB 5c12bccaa8b71bb9b26e6a9953cc5c1ee9e17379d57103e7aac11910e4b0b19f
spdlog_1.9.2+ds-0.2.debian.tar.xz 6.5 KiB 6ba615de87b726095c3c5431726c71f7f7efd22484d1b402548898d11135f6d2

Available diffs

No changes file available.

Binary packages built by this source

libspdlog-dev: Very fast, header only or compiled, 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.

libspdlog1: 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.

libspdlog1-dbgsym: debug symbols for libspdlog1