Macro ink_env::debug_println
source · [−]macro_rules! debug_println {
() => { ... };
($($arg:tt)*) => { ... };
}Expand description
Appends a formatted string to the debug_message buffer, as per debug_print but
with a newline appended.
Note
This depends on the seal_debug_message interface which requires the
"pallet-contracts/unstable-interface" feature to be enabled in the target runtime.