prettylog

Crates.ioprettylog
lib.rsprettylog
version0.1.4
sourcesrc
created_at2021-01-03 19:33:05.565109
updated_at2021-01-03 20:04:47.898513
descriptionPretty log messages for your CLI
homepagehttps://github.com/joaoh82/rust-prettylog
repositoryhttps://github.com/joaoh82/rust-prettylog
max_upload_size
id331165
size5,856
João Henrique Machado Silva (joaoh82)

documentation

https://docs.rs/prettylog

README

prettylog

Print pretty terminal log messages


Description:

A simple Rust crate with no dependencies to print colorful log messages with emojis on the terminal.

Usage:

extern crate prettylog;

use prettylog::*;

fn main() {
    error("Hello, prettylog!");
    info("Hello, prettylog!");
    warn("Hello, prettylog!");
    wait("Hello, prettylog!");
    critical("Hello, prettylog!");
    command("Hello, prettylog!");
    link("Hello, prettylog!");
    misc("Hello, prettylog!");
}

Issue/Feedback:

log them in the github issues or hit me on twitter.

Inspiration:

Was this helpful?:

Please ⭐ this repo

Commit count: 10

cargo fmt