[][src]Function actions_core::warning

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.

use actions_core as core;

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