[][src]Function ontio_std::console::debug

pub fn debug(msg: &str)

Used to print the debug information in the contract, which can be seen in the log of the ontology node

Example

console::debug("test");