pub fn log(level: LogLevel, tag: &str, msg: &str)Expand description
Write a message using the platform default logger.
No-op in release builds (debug_assertions off). All log_* macros
call this, so logging is stripped entirely from release binaries.