junobuild_satellite

Function log

Source
pub fn log(message: String) -> Result<(), String>
Expand description

Logs a message at the Info level.

§Arguments

  • message - A string slice that holds the message to be logged.

§Returns

A result indicating success (Ok(())) or containing an error message (Err(String)).