spdlog 1:0.11.0-3 source package in Ubuntu

Changelog

spdlog (1:0.11.0-3) unstable; urgency=medium

  * Allow stderr, fixes autopkgtests; fix courtesy Graham Inggs
    <email address hidden>. (Closes: #854469)
  * Update standards-version to 4.1.1; no changes needed.

 -- Michael R. Crusoe <email address hidden>  Sat, 14 Oct 2017 10:30:35 -0700

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_0.11.0-3.dsc 1.9 KiB aa48809cfb5cd55b63055ded24adb46afc9783c3d13806713e3974c133962ef9
spdlog_0.11.0.orig.tar.gz 142.9 KiB 8c0f1810fb6b7d23fef70c2ea8b6fa6768ac8d18d6e0de39be1f48865e22916e
spdlog_0.11.0-3.debian.tar.xz 3.4 KiB f2d3f3dc22213c83f7ff105ccb01bf0f68bb20b3baed76436c029e5470e3e47c

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.