Versions in this module Expand all Collapse all v1 v1.0.1 Aug 15, 2024 Changes in this version + type LogContext struct + func WithEntryIfWithout(ctx context.Context, entry *logrus.Entry) *LogContext + func WithLoggerIfWithout(ctx context.Context, logger *logrus.Logger) *LogContext + func (c LogContext) Entry() (entry *logrus.Entry)