in galog.go [891:895]
func (lg *logger) InfoV(v Verbose, args ...any) { if v { lg.log(newEntry(InfoLevel, lg.prefix, fmt.Sprint(args...))) } }