Registry / logging / stderrlog

stderrlog

JSON →
library0.6.0rscratesunverified

Logger that logs to stderr based on verbosity specified.

# Cargo.toml [dependencies] stderrlog = "0.6.0"
INSTALL
IMPORT
SIG · STDERRLOG
S
stderrlog
loggingrustv0.6.0
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.

StdErrLog
use stderrlog::StdErrLog;

Initialize stderr logging with verbosity level 2.

use stderrlog::StdErrLog; use log::info; fn main() { StdErrLog::new() .verbosity(2) .init() .unwrap(); info!("This is an info message"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.6.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
44 hits · last 30 days
node
37
Resources
stderrlog — cargo add stderrlog · libregistry