package
1.0.2
Repository: https://github.com/go-mods/zerolog-rotate.git
Documentation: pkg.go.dev

# Functions

ChiLogger is a middleware for chi 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.
GetLogEntry returns the in-context LogEntry for a request.
Add field to log entry.
Add field to log entry.
RequestLogger returns a logger handler using a custom zerolog-rotate.Logger.

# Structs

DefaultLogFormatter is a simple logger that implements a LogFormatter.