foundry_common

Macro sh_err

Source
macro_rules! sh_err {
    ($($args:tt)*) => { ... };
}
Expand description

Prints a formatted error to stderr.

Note: will log regardless of the verbosity level.