Versions in this module Expand all Collapse all v1 v1.5.2 Aug 14, 2024 Changes in this version + func AddFields(ctx context.Context, fields map[string]interface{}) + func Debug(ctx context.Context, msg string, fields map[string]interface{}) + func Error(ctx context.Context, msg string, fields map[string]interface{}) + func Extract(ctx context.Context) *logger.Helper + func Info(ctx context.Context, msg string, fields map[string]interface{}) + func TagsToFields(ctx context.Context) map[string]interface + func ToContext(ctx context.Context, logger *logger.Helper) context.Context + func Warn(ctx context.Context, msg string, fields map[string]interface{}) + type Fields struct + func NewFields(key string, value interface{}) *Fields + func (e *Fields) Merge(f *Fields) + func (e *Fields) Set(key string, value interface{}) + func (e *Fields) Values() map[string]interface{} v1.0.0-0.20240716170710 Jul 17, 2024