1 Star 0 Fork 0

magicianlyx/GoLog

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
main.go 290 Bytes
Copy Edit Raw Blame History
magicianlyx authored 2021-11-20 20:59 +08:00 . -
package main
import (
"gitee.com/magicianlyx/GoLog"
"gitee.com/magicianlyx/GoLog/errors"
"time"
)
func main() {
GoLog.Init("release", "example")
GoLog.ErrorLog(errors.NewError(errors.ErrCode(1)), map[string]interface{}{
"argsA": "1",
"argsB": "2",
})
time.Sleep(time.Second)
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/magicianlyx/GoLog.git
git@gitee.com:magicianlyx/GoLog.git
magicianlyx
GoLog
GoLog
20c45f9b998d

Search