# README
Log
This package sets a standard for using logs. In the future, we will implement the automatic retrieval of the requestID through tracing, thus making it transparent for the dev
Installation
go get github.com/samuelmachado/go-core/log
Usage
See examples documentation.
# Functions
Any receive any value to be add into logger.
Error handle errors to be given to looger function.
NewLoggerZap creates an new instance of Zap logger.
# Interfaces
go:generate mockgen -destination logger_mock.go -package=log .