Categorygithub.com/go-zoox/logger
repositorypackage
1.6.2
Repository: https://github.com/go-zoox/logger.git
Documentation: pkg.go.dev

# Packages

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

# README

Logger

PkgGoDev Build Status Go Report Card Coverage Status GitHub issues Release

Installation

To install the package, run:

go get github.com/go-zoox/logger

Getting Started

logger.Debug("Hi, %s", "Goo Zoox")
logger.Info("Hi, %s", "Goo Zoox")
logger.Warn("Hi, %s", "Goo Zoox")
logger.Error("Hi, %s", "Goo Zoox")
logger.Fatal("Hi, %s", "Goo Zoox")

// set level
logger.SetLevel("error")

Inspired by

License

GoZoox is released under the MIT License.