Registry / logging / wei-log

wei-log

JSON →
library0.2.12rscratesunverified

A simple logging library for Rust applications.

# Cargo.toml [dependencies] wei-log = "0.2.12"
INSTALL
IMPORT
SIG · WEI-LOG
W
wei-log
loggingrustv0.2.12
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 wei_log::Logger;

Creates a new logger and logs an info message.

use wei_log::Logger; fn main() { let logger = Logger::new(); logger.info("Hello, world!"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.12latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
46 hits · last 30 days
node
40
Resources
wei-log — cargo add wei-log · libregistry