spdlog 1:0.16.3-1 source package in Ubuntu

Changelog

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

  * New upstream version

 -- Michael R. Crusoe <email address hidden>  Sat, 17 Feb 2018 09:02:28 -0800

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

Downloads

File Size SHA-256 Checksum
spdlog_0.16.3-1.dsc 1.9 KiB b85f288c92e129f896bcb4d6e71e9a45224931503db80100761b8dd0ec4da93e
spdlog_0.16.3.orig.tar.gz 159.8 KiB b88d7be261d9089c817fc8cee6c000d69f349b357828e4c7f66985bc5d5360b8
spdlog_0.16.3-1.debian.tar.xz 3.5 KiB 3519b613bed898a035b72be0a243d4dba436b8b2756f7138eed67d0ac1b838eb

Available diffs

No changes file available.

Binary packages built by this source

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