qingstor / log

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add context support

Xuanwo opened this issue · comments

  • Add type contextKey struct{}
  • Add func ContextWithLogger(ctx context.Context, l *log.Logger) context.Context
  • Add func LoggerFromContext(ctx context.Context) *log.Logger
commented

Implemented in #6