pub fn log(level: LogLevel, tag: &str, msg: &str)Expand description
Write a message using the platform default logger.
In release builds (debug_assertions off), Verbose/Debug/Info/Warn are
stripped. Error and Fatal always emit regardless of build profile.