pr_crit

Macro pr_crit 

Source
macro_rules! pr_crit {
    ($($arg:tt)*) => { ... };
}
Expand description

CRITICAL (关键) 级别记录消息

关键日志表示需要关注的关键状况。

§示例

pr_crit!("温度阈值已超出");