Versions in this module Expand all Collapse all v1 v1.15.1 Nov 7, 2019 Changes in this version + type Factory struct + func NewFactory(logger *zap.Logger) Factory + func (b Factory) Bg() Logger + func (b Factory) For(ctx context.Context) Logger + func (b Factory) With(fields ...zapcore.Field) Factory + type Logger interface + Error func(msg string, fields ...zapcore.Field) + Fatal func(msg string, fields ...zapcore.Field) + Info func(msg string, fields ...zapcore.Field) + With func(fields ...zapcore.Field) Logger