inlog

Crates.ioinlog
lib.rsinlog
version0.1.1
sourcesrc
created_at2023-09-18 21:09:07.813218
updated_at2023-09-21 22:14:25.798519
descriptionAn incremental logger with only log as a dependency.
homepagehttps://github.com/BenMcAvoy/Inlog
repositoryhttps://github.com/BenMcAvoy/Inlog
max_upload_size
id976249
size4,865
Ben McAvoy (BenMcAvoy)

documentation

README

Inlog - An incremental logger.

Inlog is a new logger meant for simple programs that need basic log implementation.

Usage:

fn main() {
    init(log::LevelFilter::Log);

    log::info!("It works!");
    log::debug!("It debugs!");
}
Commit count: 19

cargo fmt