Function leptos_dom::logging::console_log

source ยท
pub fn console_log(s: &str)
Expand description

Log a string to the console (in the browser) or via println!() (if not in the browser).