Versions in this module Expand all Collapse all v1 v1.3.1 Dec 21, 2023 Changes in this version + type Logger struct + TimeFormat string + func New(timeFormat string) Logger + func (cfg Logger) Error(e error) + func (cfg Logger) HttpError(req *http.Request, e error) + func (cfg Logger) HttpRequest(req *http.Request, code int) + func (cfg Logger) Info(msg string)