Registry / logging / loggerv

loggerv

JSON →
library0.7.2rscratesunverified

A simple logger that logs to stdout and stderr with colors.

# Cargo.toml [dependencies] loggerv = "0.7.2"
INSTALL
IMPORT
SIG · LOGGERV
L
loggerv
loggingrustv0.7.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.

Logger
use loggerv::Logger;

Initialize the colored logger and log an info message.

use loggerv::Logger; Logger::new() .level(log::LevelFilter::Info) .init() .unwrap(); log::info!("Hello, world!");
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.7.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
17 hits · last 30 days
node
16
Amazon
1
Resources
loggerv — cargo add loggerv · libregistry