Macro leptos_dom::log
source · macro_rules! log { ($($t:tt)*) => { ... }; }
Expand description
Uses println!()-style formatting to log something to the console (in the browser)
or via println!() (if not in the browser).
macro_rules! log { ($($t:tt)*) => { ... }; }
Uses println!()-style formatting to log something to the console (in the browser)
or via println!() (if not in the browser).