Macro worker::console_error

source ·
macro_rules! console_error {
    ($($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.