Обновить zerolog.go
Some checks failed
codeql / analyze (go) (push) Failing after 1m43s
build / test (push) Successful in 1m47s
build / lint (push) Successful in 9m20s

This commit is contained in:
Василий Толстов 2024-03-20 12:52:33 +03:00
parent b91363711d
commit 19cd5176ff

View File

@ -25,6 +25,10 @@ type zeroLogger struct {
opts Options
}
func (l *zeroLogger) Name() string {
return l.opts.Name
}
func (l *zeroLogger) Level(lvl logger.Level) {
}