pub fn info(message: String) -> Result<(), String>
Logs an informational message.
This function is a convenience wrapper for log, setting the log level to Info.
log
Info