macro_rules! error_once { ($($arg:tt)+) => { ... }; }
Call error! once per call site.
error!
Useful for logging within systems which are called every frame.