Function seed::log

source ·
pub fn log<S: ToString>(text: S)
Expand description

A convenience function for logging to the web browser’s console. See also the log! macro, which is more flexible.