macro_rules! warn { ($($arg:tt)*) => { ... }; }
Log a warning message to the Cloudflare Workers console.