Versions in this module Expand all Collapse all v0 v0.5.0 Apr 29, 2019 Changes in this version + func LogCachedQuery(method string) + func SetupLogging() v0.1.0 Jan 29, 2019 Changes in this version + var Logger = log.New() + func LogFailedQuery(method string, query interface{}, error interface{}) + func LogSuccessfulQuery(method string, time float64) + func RequestLoggingMiddleware(next http.Handler) http.Handler + type LoggingWriter struct + ResponseSize int + ResponseSnippet string + Status int + func (w *LoggingWriter) IsSuccess() bool + func (w *LoggingWriter) Write(p []byte) (int, error) + func (w *LoggingWriter) WriteHeader(status int)