Categorygithub.com/kintohub/utils-go
module
0.2.2
Repository: https://github.com/kintohub/utils-go.git
Documentation: pkg.go.dev

# README

utils-go

Logger Usage:

# init with default log level = debug
logger.SetLogger(logger.NewReflectLogger())

# set loglevel to info
logger.SetLogLevel(logger.LogLevelInfo)

# Packages

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