[−][src]Macro log::warn
Logs a message at the warn level.
Examples
let warn_description = "Invalid Input"; warn!("Warning! {}!", warn_description); warn!(target: "input_events", "App received warning: {}", warn_description);
Logs a message at the warn level.
let warn_description = "Invalid Input"; warn!("Warning! {}!", warn_description); warn!(target: "input_events", "App received warning: {}", warn_description);