Versions in this module Expand all Collapse all v0 v0.6.0 Nov 8, 2023 Changes in this version + const DefaultLogLevel + func GetLoggerFromContext(ctx context.Context) (*log.Entry, bool) + func GetLoggerFromContextOrDefault(ctx context.Context) *log.Entry + func GetLoggerFromContextOrDiscard(ctx context.Context) *log.Entry + func InitLogger(level string, output io.Writer) + func SetLoggerForContext(ctx context.Context, l *log.Entry) context.Context + type LoggerContextKeyType string + const LoggerContextKey