Versions in this module Expand all Collapse all v0 v0.0.2 Jul 13, 2022 Changes in this version + func Format(v any) string v0.0.1 Jul 13, 2022 Changes in this version + type Labels map[string]any + type Logger struct + func NewLogger(w io.Writer) *Logger + func (l *Logger) Log(msg string, labels Labels) (int, error) + func (l *Logger) Logf(format string, labels Labels, v ...any) (int, error)