Versions in this module Expand all Collapse all v1 v1.0.1 Oct 6, 2023 v1.0.0 Oct 2, 2023 Changes in this version + func ContextExtractor(ctx context.Context) []field.Field + func Debug(ctx context.Context, msgFormat string, args ...interface{}) + func Debuge(e pubsub.Event, msgFormat string, args ...interface{}) + func Debugf(msgFormat string, args ...interface{}) + func Error(ctx context.Context, msgFormat string, args ...interface{}) + func Errore(e pubsub.Event, msgFormat string, args ...interface{}) + func Errorf(msgFormat string, args ...interface{}) + func Fatal(ctx context.Context, msgFormat string, args ...interface{}) + func Fatale(e pubsub.Event, msgFormat string, args ...interface{}) + func Fatalf(msgFormat string, args ...interface{}) + func Info(ctx context.Context, msgFormat string, args ...interface{}) + func Infoe(e pubsub.Event, msgFormat string, args ...interface{}) + func Infof(msgFormat string, args ...interface{}) + func ReplaceGlobal(logger log.Logger) + func Warn(ctx context.Context, msgFormat string, args ...interface{}) + func Warne(e pubsub.Event, msgFormat string, args ...interface{}) + func Warnf(msgFormat string, args ...interface{}) + type ContextAttributes struct + CorrelationId string + DeviceId string + DeviceSessionId string + TechnicalUsername string + UserId string + func NewContextAttributesFromEventAttrs(attributes *event.Attributes) *ContextAttributes + func NewContextAttributesFromReqAttr(requestAttributes *webContext.RequestAttributes) *ContextAttributes + func (c ContextAttributes) MarshalLogObject(encoder field.ObjectEncoder) error