pub fn log<T: AsRef<str>>( level: LogLevel, color: LogColor, component: Ustr, message: T, )
Logs a message with the given level, color, and component.