Skip to content

A logger interface for golang with zap and logrus implementation

Notifications You must be signed in to change notification settings

amitrai48/logger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 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/amitrai48/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

Releases

No releases published

Packages

No packages published

Languages