pub fn setup_logging()
Expand description
Sets up logging for the current process using default log filter as defined in crate::default_log_filter
.
Automatically does the right thing depending on target environment (native vs. web).
Directs log
calls to stderr on native.