Skip to content

lingjun17/logtool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LogTool

Golang log tool, based on logrus, integrated with logrotate and caller information, such as function, filename, line...

Usage

log := logtool.GetLogger("./log", "testlog", 7*24*time.Hour, time.Minute)
log.Info("test log tool")

About

Golang log tool, based on logrus, integrated with logrotate, filename/function/line info.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages