软件包: libspdlog-dev (1:1.9.2+ds-0.2)
libspdlog-dev 的相关链接
Trisquel 的资源:
下载源码包 spdlog:
维护者:
Original Maintainers:
- Debian Med Packaging Team (Mail Archive)
- Michael R. Crusoe
外部的资源:
- 主页 [github.com]
相似软件包:
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.
其他与 libspdlog-dev 有关的软件包
|
|
|
-
- dep: catch2
- C++ Automated Test Cases in Headers
-
- dep: libfmt-dev (>= 8.0.1)
- fast type-safe C++ formatting library -- development files
-
- dep: libspdlog1 (= 1:1.9.2+ds-0.2)
- Very fast C++ logging library