Documentation ¶
Index ¶
- type Builder
- type Logger
- func (l *Logger) Debug(ctx context.Context, msg string, fields ...zap.Field)
- func (l *Logger) Debugf(ctx context.Context, msg string, args ...interface{})
- func (l *Logger) Error(ctx context.Context, msg string, fields ...zap.Field)
- func (l *Logger) Errorf(ctx context.Context, msg string, args ...interface{})
- func (l *Logger) Fatal(ctx context.Context, msg string, fields ...zap.Field)
- func (l *Logger) Fatalf(ctx context.Context, msg string, args ...interface{})
- func (l *Logger) GetLevel(output ...string) zapcore.Level
- func (l *Logger) Info(ctx context.Context, msg string, fields ...zap.Field)
- func (l *Logger) Infof(ctx context.Context, msg string, args ...interface{})
- func (l *Logger) SetLevel(level zapcore.Level, output ...string)
- func (l *Logger) Sync() error
- func (l *Logger) Warn(ctx context.Context, msg string, fields ...zap.Field)
- func (l *Logger) Warnf(ctx context.Context, msg string, args ...interface{})
- func (l *Logger) WithFields(fields ...zapcore.Field) logger.Logger
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.