Function casper_rust_wasm_sdk::debug::log

source ·
pub fn log(s: &str)
Expand description

Logs a message, prefixing it with “log wasm” and sends it to the console in JavaScript when running in a WebAssembly environment. When running outside WebAssembly, it prints the message to the standard output.