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