[go: up one dir, main page]

console_log

Macro console_log 

Source
macro_rules! console_log {
    ($($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.