Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Sign in
issue
issue
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 23
    • Issues 23
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar

新注册的用户请输入邮箱并保存,随后登录邮箱激活账号。后续可直接使用邮箱登录!

  • chainmaker
  • issueissue
  • Issues
  • #416

Closed
Open
Opened Oct 28, 2022 by jason chai@jasonchai

用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
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: chainmaker/issue#416

Copyright © 2021 ChainMaker Org. All Rights Reserved. 长安链 版权所有。