Versions in this module Expand all Collapse all v0 v0.1.0 Feb 3, 2016 Changes in this version + func DefaultStacktracePred(status int) bool + func Handler(delegate http.Handler, pred StacktracePred) http.Handler + func LogOf(req *http.Request, w http.ResponseWriter) logger + func NewLogged(req *http.Request, w *http.ResponseWriter) *respLogger + func Unlogged(w http.ResponseWriter) http.ResponseWriter + type StacktracePred func(httpStatus int) (logStacktrace bool) + func StatusIsNot(statuses ...int) StacktracePred