pub fn warn(message: &str)
Logs a message at the WARN level.
WARN
use tincre_logger::logger; logger::warn("A warning message.");