package
0.0.0-20240706105249-f356f3c13b4b
Repository: https://github.com/ardihikaru/go-chi-example-part-2.git
Documentation: pkg.go.dev

# Functions

New creates a new Logger with given logLevel and logFormat as part of a permanent field of the logger.
SetLogger returns a middleware that logs the start and end of each request, along with some useful data about what was requested, what the response status was, and how long it took to return.

# Structs

Logger is a small wrapper around a zap.Logger.