[][src]Function prettylog::critical

pub fn critical(message: &str)

Takes a message &str as input and Prints

🚨 CRITICAL : message

Examples

prettylog::critical("Are you sure, you want to remove the file ?");