pub fn error<M: ToString>(message: M)
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");