Versions in this module Expand all Collapse all v1 v1.0.0 Aug 9, 2023 Changes in this version + type Config struct + Addr string + Network string + Tag string + type Logger struct + func New(config *Config) (*Logger, error) + func (l *Logger) Close() error + func (l *Logger) Log(level log.Level, keyvals ...interface{}) error