[][src]Function prettylog::warn

pub fn warn(message: &str)

Takes a message &str as input and Prints

⚠️ WARN : message

Examples

prettylog::warn("This is a warning!");