Categorygithub.com/ptechen/logger
repositorypackage
0.0.4
Repository: https://github.com/ptechen/logger.git
Documentation: pkg.go.dev

# README

logger

godoc Build Status Go Report Card codecov

example:

import "github.com/ptechen/logger"
func main() {
    data := logger.New()
    log := data.InitParams().InitLogger()
    log.Info().Msg("Hello World")
}