macro_rules! web_log {
($format_str:literal $(, $data:expr)*) => { ... };
}Expand description
Logs the given format!-style data to the browser’s console, or to stdout
on the server.
macro_rules! web_log {
($format_str:literal $(, $data:expr)*) => { ... };
}Logs the given format!-style data to the browser’s console, or to stdout
on the server.