func NewLogr()

in pkg/mock/logger.go [7:9]


func NewLogr() logr.Logger {
	return logr.New(&Logger{})
}