Skip to content
/ logger Public
forked from amitrai48/logger

A logger interface for golang with zap and logrus implementation

Notifications You must be signed in to change notification settings

ik5/logger

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logger interface so that your application code does not depend on the implementation. To use it in your codebase use go get github.com/ik5/logger

Make sure to turn the go moudles on if you are inside the $GOPATH. Type the below in your terminal and press enter:

export GO111MODULE=on;

About

A logger interface for golang with zap and logrus implementation

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%