Versions in this module Expand all Collapse all v1 v1.0.0 Apr 23, 2019 Changes in this version + func AdditionalFields(req *restful.Request, fields map[string]interface{}) + func Debug(req *restful.Request, eventID int, message ...interface{}) + func Error(req *restful.Request, eventID int, message ...interface{}) + func Fatal(req *restful.Request, eventID int, message ...interface{}) + func Info(req *restful.Request, eventID int, message ...interface{}) + func Log(realm string, fn ExtractAttribute) restful.FilterFunction + func TargetUser(req *restful.Request, id, namespace string) + func Warn(req *restful.Request, eventID int, message ...interface{}) + type ExtractAttribute func(req *restful.Request) (userID string, clientID string, namespace string) + var ExtractNull ExtractAttribute = func(_ *restful.Request) (userID string, clientID string, namespace string) { ... } + type UTCFormatter struct + func (formatter UTCFormatter) Format(log *logrus.Entry) ([]byte, error) Other modules containing this package github.com/AccelByte/go-restful-plugins/v3 github.com/AccelByte/go-restful-plugins/v4