Versions in this module Expand all Collapse all v0 v0.1.0 Jan 23, 2017 Changes in this version + func Debug(o ...interface{}) + func Fatal(o ...interface{}) + func Info(o ...interface{}) + func Local(o ...interface{}) + func RegisterObserver(o Observer) + func SetDebug(debug bool) + func SetFieldProcessor(fn FieldProcessor) + func SetLocal(local bool) + func UnregisterObserver(o Observer) + type Event struct + Fields Fields + Index []string + Time time.Time + Type EventType + func (e Event) Append(key string, value string) Event + func (e Event) Remove(key string) Event + type EventType int + const TypeDebug + const TypeFatal + const TypeInfo + const TypeLocal + type FieldProcessor func(e Event, field interface{}) (Event, bool) + type Fields map[string]string + type Observer interface + Log func(e Event) + type ResponseWriter interface + func WrapResponseWriter(w http.ResponseWriter) ResponseWriter