Categorygithub.com/ndcvbk/logger
2.0.0
Repository: https://github.com/ndcvbk/logger.git
Documentation: pkg.go.dev

# README

Create new logger:

log := logger.GetInstance("LOGLEVEL")

Possible log levels are: trace, debug, info, warning, error, fatal

Create log entry:

log.Warn("Some descriptive string.")
log.Warn("Some descriptive string with parameters: %s, %d.", "param1", 2)

# Packages

No description provided by the author