pub fn error(s: String)
Prints a red message in the terminal with a [ERROR] label
[ERROR]
use log4r; let s: String = String::from("User has logged in"); log4r::error(s);