Function error

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