# README
bob-logging
Description
This repository is a logging package created using ubuer/zap.
Install
Using this package is straightforward. First, you install the package using go get
.
go get -u github.com/tae2089/bob-logging
Usage
package main
import "github.com/tae2089/bob-logging/logger"
func main() {
logger.Debug("Debug!!")
logger.Info("Info!!")
logger.Warn("Warn!!")
logger.Error("Error!!")
}
Author
š¤ tae2089 [email protected]
Github: @tae2089
š¤ Contributing
Contributions, issues and feature requests are welcome! Feel free to check issues page.