A simple Rust crate with no dependencies to print colorful log messages with emojis on the terminal.
```rust 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!"); } ```
will output
[IMAGE]
log them in the github issues or hit me on twitter.
Please ⭐ this repo