spdlog 1:0.14.0-1 source package in Ubuntu

Changelog

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

  * Team upload.
  * New upstream version
    Closes: #882606
  * debhelper 10

 -- Andreas Tille <email address hidden>  Sat, 02 Dec 2017 08:06:47 +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

Downloads

File Size SHA-256 Checksum
spdlog_0.14.0-1.dsc 1.9 KiB 8c74bc2fef058607dc2271adecc4a423c5c1466eaf11125d8687344b085edc49
spdlog_0.14.0.orig.tar.gz 151.9 KiB eb5beb4e53f4bfff5b32eb4db8588484bdc15a17b90eeefef3a9fc74fec1d83d
spdlog_0.14.0-1.debian.tar.xz 3.4 KiB 96c70ff46f8d2b1cfd8c2de87d2469d169b03f5ad74aa3aea9d57451c42d5399

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.