# README
Logger
The logger
package is a wrapper over logrus with custom settings and formatter.
Example
Path - examples/logger/main.go
How to run
You can run the example by following commands:
make run
or
go run main.go
The logger
package is a wrapper over logrus with custom settings and formatter.
Path - examples/logger/main.go
You can run the example by following commands:
make run
or
go run main.go