Versions in this module Expand all Collapse all v1 v1.0.0 Jun 7, 2022 Changes in this version + func Debug(msg string) + func Debugf(template string, args ...interface{}) + func Error(msg string) + func Errorf(template string, args ...interface{}) + func Info(msg string) + func Infof(template string, args ...interface{}) + func Use(writers ...writer.Writer) error + func Warn(msg string) + func Warnf(template string, args ...interface{}) + type Logger struct + func With(fields ...zap.Field) *Logger + func WithContext(ctx context.Context) *Logger + func WithLabel(labels map[string]string) *Logger + func (log *Logger) Debug(msg string) + func (log *Logger) Debugf(template string, args ...interface{}) + func (log *Logger) Error(msg string) + func (log *Logger) Errorf(template string, args ...interface{}) + func (log *Logger) Info(msg string) + func (log *Logger) Infof(template string, args ...interface{}) + func (log *Logger) Warn(msg string) + func (log *Logger) Warnf(template string, args ...interface{}) + func (log *Logger) With(fields ...zap.Field) *Logger + func (log *Logger) WithContext(ctx context.Context) *Logger + func (log *Logger) WithLabel(labels map[string]string) *Logger