Crate prettylog

Crate prettylog 

Source
Expand description

ยงprettylog

prettylog is a collection of functions to print log messages to terminal with emojis and colors ๐Ÿ˜

Functionsยง

command
Takes a message &str as input and Prints

โšก CMD : message

critical
Takes a message &str as input and Prints

๐Ÿšจ CRITICAL : message

error
Takes a message &str as input and Prints

๐Ÿคฆ ERROR : message

info
Takes a message &str as input and Prints

๐Ÿ’ INFO : message

link
Takes a message &str as input and Prints

๐Ÿ”— LINK :

message

misc
Takes a message &str as input and Prints

๐Ÿ˜ด MISC : message

wait
Takes a message &str as input and Prints

๐Ÿ™„ WAIT : message

warn
Takes a message &str as input and Prints

โš ๏ธ WARN : message