Skip to content

go-zoox/logger

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages