Function error

Source
pub fn error<M>(message: M)
where M: ToString,
Expand description

Prints an error message to the log. You can optionally provide a file, line and col with the log_error function.

use actions_core as core;

core::error("shaving a yak");