Versions in this module Expand all Collapse all v1 v1.0.0 Sep 19, 2022 Changes in this version + type Logger struct + func New(service string) Logger + func (l Logger) Error(err error, msg string, keysAndValues ...any) + func (l Logger) Info(msg string, keysAndValues ...any) + func (l Logger) WithFields(keysAndValues ...any) Logger + func (l Logger) WithLevel(level int) Logger + func (l Logger) WithName(name string) Logger Other modules containing this package github.com/tpm-common/gommon/logger/v2