spdlog 1:1.5.0-1 source package in Ubuntu

Changelog

spdlog (1:1.5.0-1) unstable; urgency=medium

  * Release to unstable with updated symbols

 -- Michael R. Crusoe <email address hidden>  Sun, 09 Feb 2020 09:14:13 +0100

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
Focal release universe misc

Downloads

File Size SHA-256 Checksum
spdlog_1.5.0-1.dsc 2.0 KiB 1ab904099f46b6a6c9d5c9bc3213993bcbd2e7d8af5456d981eda4ad77fa54e2
spdlog_1.5.0.orig.tar.gz 264.1 KiB b38e0bbef7faac2b82fed550a0c19b0d4e7f6737d5321d4fd8f216b80f8aee8a
spdlog_1.5.0-1.debian.tar.xz 13.8 KiB 7a3c1ab179bf98e7fbd652b85fde6bffdefa222c2e1603c10ce00d0a89c67cb4

Available diffs

No changes file available.

Binary packages built by this source

libspdlog-dev: No summary available for libspdlog-dev in ubuntu groovy.

No description available for libspdlog-dev in ubuntu groovy.

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