Skip to content

写日志到文件或者控制台, 控制日志输出内容

License

Notifications You must be signed in to change notification settings

caryxiao/go-zlog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-zlog

日志插件, 用于输出日志到指定位置, 方便调试, 本库是对 logrus 进行了封装

日志所用到的库

logrus 日志

logrus-prefixed-formatter 日志格式化

使用方法

import "github.com/caryxiao/go-zlog"
func main() {
  zlog.SetOutput("/tmp/zlog.log")
  zlog.SetLevel(5)
  zlog.SetFormat("[%level%]: %time% - [%trace_id%] %msg%")
  zlog.Logger.Debug("test debug")
}

About

写日志到文件或者控制台, 控制日志输出内容

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages