logr

Crates.iologr
lib.rslogr
version1.0.1
sourcesrc
created_at2019-12-17 01:57:08.101018
updated_at2020-12-29 17:09:19.67333
descriptionLogging for men
homepagehttps://github.com/diced/logr-rs
repositoryhttps://github.com/diced/logr-rs.git
max_upload_size
id189907
size6,482
dicedtomato (diced)

documentation

README

Logr

Simple logging ! Docs

cargo says otherwise to use 2.0.0 but it doesnt exist so use 1.0.1 :D

[dependencies]
logr = "1.0.1"

Examples

Simple:

use logr::Logger;

fn main() {
    // input your own types in this vv
    let logger = Logger::get::<Logger>();

    logger.info("info log !");
}
Commit count: 0

cargo fmt