Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

修复引擎中所有打日志不规范的方式 #1807

Open
ZhengshuaiPENG opened this issue Aug 5, 2022 · 1 comment
Open

修复引擎中所有打日志不规范的方式 #1807

ZhengshuaiPENG opened this issue Aug 5, 2022 · 1 comment
Assignees

Comments

@ZhengshuaiPENG
Copy link
Contributor

引擎中有些部分的实现利用 print 和 printlin 以及 e.printstacktrace 进行了日志的输出,需要规范的使用 logger 来进行处理。

需要注意 info 和 debug 级别的区别

@wangcheng15
Copy link
Contributor

wangcheng15 commented Aug 9, 2022

将 Byzer-lang 和 Byzer-extension 中的

  • print
  • println
  • : Exception
  • e.printStackTrace
    替换为 log4j,注意:需要区分 debugger、info

wangcheng15 added a commit to wangcheng15/byzer-lang that referenced this issue Aug 10, 2022
wangcheng15 added a commit to wangcheng15/byzer-lang that referenced this issue Aug 10, 2022
wangcheng15 added a commit to wangcheng15/byzer-lang that referenced this issue Aug 10, 2022
wangcheng15 added a commit to wangcheng15/byzer-lang that referenced this issue Aug 10, 2022
wangcheng15 added a commit to wangcheng15/byzer-lang that referenced this issue Aug 29, 2022
wangcheng15 added a commit to wangcheng15/byzer-lang that referenced this issue Sep 1, 2022
wangcheng15 added a commit to wangcheng15/byzer-lang that referenced this issue Sep 5, 2022
wangcheng15 added a commit to wangcheng15/byzer-lang that referenced this issue Sep 8, 2022
wangcheng15 added a commit to wangcheng15/byzer-lang that referenced this issue Sep 26, 2022
wangcheng15 added a commit to wangcheng15/byzer-lang that referenced this issue Oct 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants