Versions in this module Expand all Collapse all v0 v0.0.2 Mar 14, 2026 v0.0.1 Mar 14, 2026 Changes in this version + func Debug(ctx context.Context, message string, fields ...Field) + func Error(ctx context.Context, message string, fields ...Field) + func Fatal(ctx context.Context, message string, fields ...Field) + func Info(ctx context.Context, message string, fields ...Field) + func InitLogger(debug bool) + func Panic(ctx context.Context, message string, fields ...Field) + func Warn(ctx context.Context, message string, fields ...Field) + func WithOptions(opts ...zap.Option) *zap.Logger + func ZapLogger() *zap.Logger + type Field struct + Key string + Value interface{} + func AddField(key string, value interface{}) Field + func ErrorField(err error) Field