You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add an m.log function (actual name tbd I guess) that logs the values of futures after they are resolved.
What exactly is logged is also tbd, but I guess for contracts it would include the contract name and the address, and for m.call results it would print a stringified version of the value.
Search terms
log logs logging print output
The text was updated successfully, but these errors were encountered:
Describe the feature
Add an
m.log
function (actual name tbd I guess) that logs the values of futures after they are resolved.What exactly is logged is also tbd, but I guess for contracts it would include the contract name and the address, and for
m.call
results it would print a stringified version of the value.Search terms
log logs logging print output
The text was updated successfully, but these errors were encountered: