Versions in this module Expand all Collapse all v0 v0.0.3 May 19, 2024 v0.0.2 May 12, 2024 Changes in this version + func Markers(ctx context.Context) []zap.Field + type Logger struct + func (l *Logger) M(ctx context.Context) *Logger + func (l *Logger) With(fields ...zap.Field) *Logger v0.0.1 May 12, 2024 Changes in this version + var Module = fx.Options(fx.WithLogger(func(logger *zap.SugaredLogger) fxevent.Logger { ... }), ...) + func NewLogger(level zapcore.Level) (*zap.Logger, error) + func WithAppInfo(logger *zap.Logger, version, commit, buildDate string)