pub fn log_msg(message: impl Into<String>)
Log a debug message.
bubba_core::runtime::log_msg("Hello!");