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 |
#52 in #emoji
Used in 2 crates
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 😍