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