Macro perseus::web_log

source ·
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.