Skip to main content

log

Function log 

Source
pub fn log(level: LogLevel, tag: &str, msg: &str)
Expand description

Write a message using the platform default logger.

This maintains compatibility with legacy callers and existing macros. It uses direct compile-time dispatch to the appropriate platform backend.