Registry / logging / simple-log

simple-log

JSON →
library2.4.0rscratesunverified

A simple log. It's really simple use.

# Cargo.toml [dependencies] simple-log = "2.4.0"
INSTALL
IMPORT
SIG · SIMPLE-LOG
S
simple-log
loggingrustv2.4.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.

SimpleLogger
use simple_log::SimpleLogger;

Initialize a simple logger and log an info message.

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

No known issues recorded.

Upgrade
Version history
2.4.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
29 hits · last 30 days
node
28
Resources
simple-log — cargo add simple-log · libregistry