[][src]Function actions_core::error

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.

use actions_core as core;

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