Categorygithub.com/mulinbc/zlog
repositorypackage
0.0.0-20200426021529-6577f27caba9
Repository: https://github.com/mulinbc/zlog.git
Documentation: pkg.go.dev

# README

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"