| Crates.io | prettylog |
| lib.rs | prettylog |
| version | 0.1.4 |
| created_at | 2021-01-03 19:33:05.565109+00 |
| updated_at | 2021-01-03 20:04:47.898513+00 |
| description | Pretty log messages for your CLI |
| homepage | https://github.com/joaoh82/rust-prettylog |
| repository | https://github.com/joaoh82/rust-prettylog |
| max_upload_size | |
| id | 331165 |
| size | 5,856 |
A simple Rust crate with no dependencies to print colorful log messages with emojis on the terminal.
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!");
}
log them in the github issues or hit me on twitter.
Please ⭐ this repo