Registry / logging / spdlog-rs

spdlog-rs

JSON →
library0.5.3rscratesunverified

Fast, highly configurable Rust logging crate inspired by the C++ logging library spdlog.

# Cargo.toml [dependencies] spdlog-rs = "0.5.3"
INSTALL
IMPORT
SIG · SPDLOG-RS
S
spdlog-rs
loggingrustv0.5.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Logger
use spdlog_rs::Logger;

Creating a logger and logging an info message.

use spdlog_rs::Logger; let logger = Logger::builder().build(); logger.info("Hello, world!");
Debug
Known issues
gotchaFeature flags required for some sinks (e.g., syslog)
fix
Enable the 'syslog' feature in Cargo.toml to use syslog sink.
affects: >=0.1.0
Upgrade
Version history
0.5.3latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
38 hits · last 30 days
node
34
Amazon
1
Resources
spdlog-rs — cargo add spdlog-rs · libregistry