pub fn error<M>(message: M)where M: ToString,
Prints an error message to the log. You can optionally provide a file, line and col with the log_error function.
file
line
col
log_error
use actions_core as core; core::error("shaving a yak");