Registry / logging / simplelog

simplelog

JSON →
library0.12.2rscratesunverified

A simple and easy-to-use logging facility for Rust's log crate.

# Cargo.toml [dependencies] simplelog = "0.12.2"
INSTALL
IMPORT
SIG · SIMPLELOG
S
simplelog
loggingrustv0.12.2
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.

SimpleLogger
use simplelog::SimpleLogger;

Initializes a simple logger and logs an info message.

use log::info; use simplelog::{Config, SimpleLogger}; fn main() { SimpleLogger::init(Config::default()).unwrap(); info!("Hello, world!"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.12.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
34 hits · last 30 days
node
32
Resources
simplelog — cargo add simplelog · libregistry