5 releases

0.1.4 Jan 3, 2021
0.1.3 Jan 3, 2021
0.1.2 Jan 3, 2021
0.1.1 Jan 3, 2021
0.1.0 Jan 3, 2021

#68 in #emoji

Download history 4/week @ 2024-02-18 14/week @ 2024-02-25 11/week @ 2024-03-03 16/week @ 2024-03-10 10/week @ 2024-03-17

51 downloads per month
Used in 2 crates

MIT license

5KB

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


lib.rs:

prettylog

prettylog is a collection of functions to print log messages to terminal with emojis and colors 😍

No runtime deps