Crates.io | near-env |
lib.rs | near-env |
version | 0.1.10 |
source | src |
created_at | 2021-03-11 20:31:44.384978 |
updated_at | 2021-04-20 11:13:45.902585 |
description | Unofficial NEAR envlog macro to log every method call inside `near_bindgen` |
homepage | https://github.com/acuarica/near-env |
repository | https://github.com/acuarica/near-env |
max_upload_size | |
id | 367417 |
size | 15,148 |
The provided macro near_envlog
makes every contract invocation loggable.
To log it uses near_sdk::env::log
.