warn

Function warn 

Source
pub fn warn(message: &str)
Expand description

Logs a message at the WARN level.

ยงExample

use tincre_logger::logger;

logger::warn("A warning message.");