minilog

Crates.iominilog
lib.rsminilog
version0.1.0
sourcesrc
created_at2023-10-04 06:42:26.616806
updated_at2023-10-04 06:42:26.616806
descriptionZero-dependency logging library.
homepage
repositoryhttps://github.com/zX3no/log
max_upload_size
id991913
size10,892
Bay (zX3no)

documentation

README

use minilog::*;

fn main() {
    info!("This is an info message");
    warn!("This is a warning!");
    error!("This is an error!!!");
}

Use --features "strip" to remove logging from your build.

Use --features "warn" to hide info.

Use --features "error" to hide info and warnings.

Commit count: 5

cargo fmt