[go: up one dir, main page]

Macro console_warn

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

When debugging your Worker via wrangler dev, wrangler tail, or from the Workers Dashboard, anything passed to this macro will be printed to the terminal or written to the console.