You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

To make logging process consistent across Iroha applications #[log] attribute macro is introduced.

It logs function arguments and result, using https://tools.ietf.org/html/rfc3164 like format:

DATE_TIME function_name[start]: arguments
DATE_TIME function_name[end]: result


  • No labels