Versions in this module Expand all Collapse all v1 v1.6.2 Mar 17, 2020 v1.6.1 Mar 17, 2020 v1.0.1 Mar 12, 2020 Changes in this version + func Columnize(nowFormatted string, latency time.Duration, status, ip, method, path string, ...) string + func New(cfg ...Config) context.Handler + type Config struct + Columns bool + IP bool + LogFunc func(now time.Time, latency time.Duration, status, ip, method, path string, ...) + MessageContextKey string + Method bool + Path bool + Skippers []SkipperFunc + Status bool + func DefaultConfig() Config + func (c *Config) AddSkipper(sk SkipperFunc) + type SkipperFunc func(ctx context.Context) bool