Function debug_log

Source
pub fn debug_log(msg: &str)
Expand description

Prints a debug message to the log.

Only visible if debug logging is enabled

GitHub’s documentation: Setting a debug message

§Example usage

use actions_github::logger;
logger::debug_log("Initializing the project");