Versions in this module Expand all Collapse all v0 v0.4.1 Sep 19, 2024 Changes in this version type Logger + func NewDiscard() *Logger v0.4.0 Sep 10, 2024 Changes in this version + type Logger struct + func New(opts Options) *Logger + func (l *Logger) Event(name string, rate float32, args ...any) + type Options struct + NoTime bool + RandomSource rand.Source + W io.Writer