error

Function error 

Source
pub fn error(action: &str, message: &str)
Expand description

Log an error Format: [action] message

ยงExample

tana_stdio::error("build", "compilation failed");
// Output: [build] compilation failed