modulepackage
0.0.0-20231128014545-22711cccc3b0
Repository: https://github.com/yhy0/logging.git
Documentation: pkg.go.dev
# README
logging
自用 log 模块
// screenReport 屏幕是否输出路径信息
logging.New(true, "", "Jie", false)
logging.Logger.Infoln("test")
logging.Logger.Debugln("debug")
在当前目录创建一个 logs 目录,记录日志信息
# Variables
No description provided by the author