# 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.