Versions in this module Expand all Collapse all v1 v1.0.1 Aug 10, 2023 Changes in this version + func LogRequest(logger Logger, req *http.Request, reqID string) + func LogResponse(logger Logger, resp *http.Response, start time.Time, reqID string) + func WriteLog(logger Logger, format string, args ...interface{}) + type Logger interface + Printf func(format string, v ...interface{}) + func GetDefaultLogger(loggerPrefix string) Logger + func NewNopLogger() Logger