Macro worker::console_log [−][src]
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.