Skip to content

mulinbc/zlog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zlog

Package zlog provides simple, structured, leveled and rolling logger, based on go.uber.org/zap.

Installation

To install zlog package, you need to install Go and set your Go workspace first.

  1. The first need Go installed (version 1.13+ is required), then you can use the below Go command to install zlog.

    go get -u github.com/mulinbc/zlog
  2. Import it in your code:

    import "github.com/mulinbc/zlog"

About

Structured, leveled, rolling logger for Go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages