Yog logging — lightweight logging macros with a consistent [yog] format.
The macros forward to [log], which does the formatting. Because they expand
to a single call that only formats its arguments when actually invoked, there
is no cost at a call site that is compiled out or behind a disabled level.
info!;
warn!;
error!;