Documentation ¶ Index ¶ Variables type Logger func NewLogger(r *rb.Rollbar) *Logger func (l *Logger) Error(err error, fields ...zap.Field) func (l *Logger) Info(msg string, fields ...zap.Field) func (l *Logger) Warn(msg string, fields ...zap.Field) Constants ¶ This section is empty. Variables ¶ View Source var ProviderSet = wire.NewSet(NewLogger) Functions ¶ This section is empty. Types ¶ type Logger ¶ added in v0.0.17 type Logger struct { Zap *zap.Logger } func NewLogger ¶ func NewLogger(r *rb.Rollbar) *Logger func (*Logger) Error ¶ added in v0.0.17 func (l *Logger) Error(err error, fields ...zap.Field) func (*Logger) Info ¶ added in v0.0.17 func (l *Logger) Info(msg string, fields ...zap.Field) func (*Logger) Warn ¶ added in v0.0.17 func (l *Logger) Warn(msg string, fields ...zap.Field) Source Files ¶ View all Source files logger.go Click to show internal directories. Click to hide internal directories.