1 Star 0 Fork 0

竹蜻蜓/skymeta

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
log_port.go 250 Bytes
一键复制 编辑 原始数据 按行查看 历史
竹蜻蜓 提交于 2022-04-29 17:13 . update
package port
const (
TimeFormat = "2006-01-02 15:04:05.000"
StackTraceKey = "StackTrace"
TagKey = "Tag"
FuncKey = "Func"
)
type FileWriter interface {
Serve()
Write([]byte)
Done() bool
}
type LogServiceCallBack func([]byte)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/doraemon1996/skymeta.git
git@gitee.com:doraemon1996/skymeta.git
doraemon1996
skymeta
skymeta
v0.1.0

搜索帮助