Crate tezos_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
- Write a formatted message to host debug log. Formats follow
core::fmt. - Write a string to the debug log.