spdlog 1:1.12.0+ds-1 source package in Ubuntu

Changelog

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

  * Team upload.
  * Upload to unstable.

 -- Andrius Merkys <email address hidden>  Fri, 17 Nov 2023 01:43:49 -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

Downloads

File Size SHA-256 Checksum
spdlog_1.12.0+ds-1.dsc 2.1 KiB 169f88afbe836429e3f1d11ca8a75c7285aac1a46734418fbe93dbb688229273
spdlog_1.12.0+ds.orig.tar.xz 88.2 KiB b74b560d021ce4d49a4e68e320a6044e7af91124aa2e12a93357ed888c4cf328
spdlog_1.12.0+ds-1.debian.tar.xz 7.3 KiB f8faedf88d7f5c990a693c28d78f25332a63e0805b6e57dbb4df3d8428c10319

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.12: 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.12-dbgsym: debug symbols for libspdlog1.12