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
We currently have, e.g. env::log(b"A");
this is a good example of usage of log function, but it would be better to add a readable message so that it's more clear what the parameter is.
The text was updated successfully, but these errors were encountered:
We currently have, e.g. env::log(b"A");
this is a good example of usage of log function, but it would be better to add a readable message so that it's more clear what the parameter is.
The text was updated successfully, but these errors were encountered: