byzer-lang icon indicating copy to clipboard operation
byzer-lang copied to clipboard

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

Open ZhengshuaiPENG opened this issue 2 years ago • 1 comments

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

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

ZhengshuaiPENG avatar Aug 05 '22 10:08 ZhengshuaiPENG

将 Byzer-lang 和 Byzer-extension 中的

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

wangcheng15 avatar Aug 09 '22 06:08 wangcheng15