Documentation ¶ Overview ¶ Modified version of zapchi for Popplio Index ¶ func Logger(l interface{}, name string) func(next http.Handler) http.Handler Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Logger ¶ func Logger(l interface{}, name string) func(next http.Handler) http.Handler Logger is a Chi middleware that logs each request recived using the provided unsugared logger Provide a name if you want to set the caller (`.Named()`) otherwise leave blank. Types ¶ This section is empty. Source Files ¶ View all Source files zapchi.go Click to show internal directories. Click to hide internal directories.