[][src]Crate prettylog

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