Crate mavryk_smart_rollup_debug

Source
Expand description

Provides debug log which can be written to, but does not affect the host state.

The result of writing to the debug log is implementation specific - it may, for example, be written to a log file, or to stdout etc.

Macrosยง

debug_msg
Write a formatted message to host debug log. Formats follow core::fmt.
debug_str
Write a string to the debug log.