用solidity写的打印日志在system的log上看不到
用solidity些的打印日志,不能看到打印日志内容
// 创建一个Event,起名为Log event Log(string); event Log(uint256);
function consoleLog() public virtual returns(bool) {
emit Log(789);
emit Log("qaz**********************************");
return true;
}
system的log上看不到,请问这个如何跟踪到是否调用到solidity的方法,怎么打印才可以看到
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information