Categorygithub.com/tae2089/bob-logging
module
1.0.3
Repository: https://github.com/tae2089/bob-logging.git
Documentation: pkg.go.dev

# 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.

# Packages

No description provided by the author
No description provided by the author
No description provided by the author